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