summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/recv.c
AgeCommit message (Expand)Author
2012-08-13ath9k: fix decrypt_error initialization in ath_rx_tasklet()Lorenzo Bianconi
2012-07-17ath9k: Cleanup beacon logicSujith Manoharan
2012-07-09ath9k: set 4ADDRESS bit in RX filter for AR9550Gabor Juhos
2012-07-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-06-27ath9k: fix panic caused by returning a descriptor we have queued for reuseTom Hughes
2012-06-25ath9k: fix dynamic WEP related regressionFelix Fietkau
2012-06-06ath9k: Fix powersave lockingSujith Manoharan
2012-06-06ath9k: Use atomic operationsSujith Manoharan
2012-06-06ath9k: Move LNA code to antenna.cSujith Manoharan
2012-06-06ath9k: improve BT FTP/PAN performanceRajkumar Manoharan
2012-06-06ath9k: Remove SC_OP_OFFCHANNELSujith Manoharan
2012-05-10drivers/net: Convert compare_ether_addr to ether_addr_equalJoe Perches
2012-04-23ath9k: don't strip mic on non-encrypted frames in tkipMichael Liang
2012-04-23ath9k: Fix compile warnings when DEBUGFS is disabled.Ben Greear
2012-04-11ath9k: Add more recv stats.Ben Greear
2012-04-09ath9k: recover ar9380 chips from rare stuck stateRajkumar Manoharan
2012-03-26ath9k: fix a memory leak in ath_rx_tasklet()Eric Dumazet
2012-03-12ath9k: Fix mactime from being clobbered in rx_statusAshok Nagarajan
2012-03-07ath9k: fix signal strength reporting issuesFelix Fietkau
2012-03-07ath9k: get rid of double queueing of rx frames on EDMAFelix Fietkau
2012-03-05ath9k: make use of list_for_each_entry_safeMohammed Shafi Shajakhan
2012-02-06ath9k: fix a WEP crypto related regressionFelix Fietkau
2011-12-19ath: Convert ath_dbg(bar, ATH_DBG_<FOO>, to ath_dbg(bar, FOOJoe Perches
2011-12-16ath9k: validate for non-zero BSSIDMohammed Shafi Shajakhan
2011-11-30ath9k: minor cleanupMohammed Shafi Shajakhan
2011-11-30ath9k: change the default antenna settings based on diversityMohammed Shafi Shajakhan
2011-11-21ath9k: trivial: reorder rx_tasklet processingZefir Kurtisi
2011-10-11ath9k: only send FCS-fail packets to mac80211 if requestedFelix Fietkau
2011-10-11ath9k_hw: fix a regression in key miss handlingFelix Fietkau
2011-10-11ath9k_hw: make ath9k_hw_set_interrupts use ah->imask by defaultFelix Fietkau
2011-10-11ath9k: disable unnecessary PHY error reportingFelix Fietkau
2011-09-30ath9k: Remove redundant my beacon check at ath_rx_ps_beaconRajkumar Manoharan
2011-09-28Merge branch 'master' of git://git.infradead.org/users/linville/wirelessJohn W. Linville
2011-09-26ath9k: Fix a dma warning/memory leakMohammed Shafi Shajakhan
2011-09-16ath9k: ensure that rx is not enabled during a resetFelix Fietkau
2011-09-14ath9k: implement .get_antenna and .set_antennaFelix Fietkau
2011-08-29ath9k: Add debugfs support for mac/baseband samplesRajkumar Manoharan
2011-08-29ath9k: use appropriate debug maskMohammed Shafi Shajakhan
2011-08-24ath9k: fix MGMT packets when using TKIPBill Jordan
2011-08-24ath9k: Remove unused argument tsf from ath9k_hw_rxprocdescRajkumar Manoharan
2011-08-24ath9k: Re-enable RXOEL interrupt after processing rx buffersRajkumar Manoharan
2011-08-10ath9k: remove obselete commentsMohammed Shafi Shajakhan
2011-08-09ath9k: Use atomic reference count for interrupt opsRajkumar Manoharan
2011-08-08ath9k: use the new channel noise value for signal strength and survey infoFelix Fietkau
2011-07-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-07-15ath9k: improve reliability of MIC error detectionFelix Fietkau
2011-06-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-06-22ath9k: add fast_div_bias configuration for diversity group 1Gabor Juhos
2011-06-22ath9k: remove superfluous parenthesesGabor Juhos
2011-06-22ath9k: add a missing case statement to ath_ant_div_comb_alt_checkGabor Juhos