summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/recv.c
AgeCommit message (Expand)Author
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
2011-06-21net: remove mm.h inclusion from netdevice.hAlexey Dobriyan
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