summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/recv.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-19ath9k: Drag the driver to the year 2011Sujith Manoharan1-1/+1
2011-05-16ath9k: make sure main_rssi is positiveMohammed Shafi Shajakhan1-2/+2
2011-05-16ath9k: configure fast_div_bias based on diversity groupMohammed Shafi Shajakhan1-43/+131
2011-05-16ath9k: Implement an API to swap main/ALT LNA'sMohammed Shafi Shajakhan1-1/+30
2011-05-16ath9k_hw: define antenna diversity groupMohammed Shafi Shajakhan1-1/+1
2011-05-10ath9k: Fix rssi update in ad-hoc modeRajkumar Manoharan1-1/+2
2011-05-10ath9k: avoid enabling interrupts while processing rxRajkumar Manoharan1-0/+1
2011-04-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-3/+3
2011-04-25ath9k: remove the unlikely check for autosleepMohammed Shafi Shajakhan1-1/+1
2011-04-25ath9k: Fix warnings from -Wunused-but-set-variableSujith Manoharan1-2/+1
2011-04-19ath9k: fix the return value of ath_stoprecvFelix Fietkau1-1/+1
2011-04-13ath9k: fix too early enabling of rx during ath_startrecv()Felix Fietkau1-1/+1
2011-04-13ath9k: fix PS-Poll reception on AR9160 and earlierFelix Fietkau1-3/+1
2011-04-13ath9k_hw: fix stopping rx DMA during resetsFelix Fietkau1-3/+3
2011-04-07ath9k: configure beacons based on hw opmodeRajkumar Manoharan1-1/+1
2011-03-11ath9k: remove support for the FIF_PROMISC_IN_BSS filter flagFelix Fietkau1-3/+1
2011-02-24mac80211: rename RX_FLAG_TSFTJohannes Berg1-1/+1
2011-01-28ath9k: use split rx buffers to get rid of order-1 skb allocationsFelix Fietkau1-24/+64
2011-01-28ath9k: fold struct ath_wiphy into struct ath_softcFelix Fietkau1-3/+3
2011-01-28ath9k: remove support for virtual wiphysFelix Fietkau1-59/+4
2011-01-19ath9k: Fix up hardware mode and beacons with multiple vifs.Ben Greear1-2/+14
2010-12-22ath9k: Fix warnings on card removalRajkumar Manoharan1-1/+2
2010-12-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+8
2010-12-08ath9k: Remove dead code in recv.cMohammed Shafi Shajakhan1-5/+4
2010-12-08ath9k: Properly use unlikely check macroMohammed Shafi Shajakhan1-3/+4
2010-12-08ath9k: Make DMA warning in ath_stoprecv WARN_ON_ONCE.Ben Greear1-2/+6
2010-12-08ath: Convert ath_print to ath_dbgJoe Perches1-17/+16
2010-12-08ath: Convert ath_print(.., ATH_DBG_FATAL to ath_errJoe Perches1-8/+7
2010-12-07ath9k: Fix STA disconnect issue due to received MIC failed bcast framesSenthil Balasubramanian1-1/+8
2010-12-02Revert "ath9k: Fix STA disconnect issue due to received MIC failed bcast frames"John W. Linville1-3/+1
2010-11-30ath9k: Fix STA disconnect issue due to received MIC failed bcast framesSenthil Balasubramanian1-1/+3
2010-11-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-3/+3
2010-11-22ath9k: fix timeout on stopping rx dmaFelix Fietkau1-1/+1
2010-11-15ath9k: move the PCU lock to the sc structureLuis R. Rodriguez1-1/+1
2010-11-15ath9k: add a debug warning when we cannot stop RXLuis R. Rodriguez1-0/+2
2010-11-10ath9k: optimize/fix ANI RSSI processingFelix Fietkau1-26/+12
2010-11-09ath9k: Avoid HW opmode overridden on monitor mode changesRajkumar Manoharan1-2/+2
2010-10-27ath9k: lock reset and PCU start/stoppingLuis R. Rodriguez1-2/+0
2010-10-27ath9k: rename rxflushlock to pcu_lockLuis R. Rodriguez1-3/+3
2010-10-27ath9k: add locking for starting the PCU on RXLuis R. Rodriguez1-3/+4
2010-10-27ath9k: add locking for stopping RXLuis R. Rodriguez1-2/+2
2010-10-15ath9k: Null out references to stale pointers.Ben Greear1-0/+5
2010-10-15ath9k: Remove bf_dmacontext.Ben Greear1-2/+0
2010-10-13ath9k: Set RX filter for Probe Request based on filter flagJouni Malinen1-2/+1
2010-09-27mac80211/ath9k: Support AMPDU with multiple VIFs.Ben Greear1-1/+5
2010-09-27ath9k_hw: simplify revision checks for AR9285Felix Fietkau1-1/+1
2010-09-27ath9k_hw: simplify revision checks for AR9280Felix Fietkau1-1/+1
2010-09-16ath9k: fix regression which prevents chip sleep after CAB dataSenthil Balasubramanian1-1/+1
2010-09-16ath9k: fix enabling ANI / tx monitor after bg scanLuis R. Rodriguez1-2/+2
2010-09-16ath9k: fix power save race conditionsLuis R. Rodriguez1-0/+3