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