summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/main.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-14ath9k: Remove has_hw_phycountersSujith1-2/+1
2009-08-14ath: add common ath_rxbuf_alloc() and make ath9k use itLuis R. Rodriguez1-1/+1
2009-08-14ath9k: Fix regression on receiving PS poll framesLuis R. Rodriguez1-0/+1
2009-08-05ath9k: cancel xmit poll work at stop() callbackLuis R. Rodriguez1-0/+2
2009-08-05ath9k: remove dangling error check on keycache reset on hw initLuis R. Rodriguez1-3/+0
2009-08-05ath9k: call ath9k_hw_detach() once upon hw init failureLuis R. Rodriguez1-2/+1
2009-08-05ath9k: set sc->sc_ah to NULL after freeing itLuis R. Rodriguez1-0/+3
2009-08-05ath9k: distinguish between device initialization and ath_softc initLuis R. Rodriguez1-3/+10
2009-08-05ath9k: describe hw initialization betterLuis R. Rodriguez1-2/+2
2009-08-05ath9k: remove debug message for no memoery on ath_init()Luis R. Rodriguez1-2/+0
2009-08-05ath9k: pass only one argument to hw attachLuis R. Rodriguez1-1/+1
2009-08-05ath9k: move cache setting of softc ah prior to attachLuis R. Rodriguez1-1/+1
2009-08-05ath9k: move devid cache setting to ath_init()Luis R. Rodriguez1-1/+2
2009-08-05ath9k: move memory allocation of ath_hw to ath_init()Luis R. Rodriguez1-12/+23
2009-08-05ath9k: propagate hw initialization errorsLuis R. Rodriguez1-4/+3
2009-08-05mac80211: redefine usage of the mac80211 workqueueLuis R. Rodriguez1-7/+8
2009-08-05ath9k: move workqueue cancels to stop callbackLuis R. Rodriguez1-5/+8
2009-08-05ath9k: move cancel_delayed_work_sync() out of ath_deinit_leds()Luis R. Rodriguez1-2/+4
2009-08-05ath9k: re-order cancelling of work on mac80211 workqueueLuis R. Rodriguez1-2/+2
2009-07-29ath9k: remove unused ATH_PCI_VERSIONLuis R. Rodriguez1-2/+0
2009-07-29ath9k: fix race with IEEE80211_CONF_PS checksGabor Juhos1-4/+4
2009-07-27ath9k: Add support for AR9287 based chipsets.Vivek Natarajan1-1/+2
2009-07-27ath9k: Cleanup return valuesSujith1-11/+3
2009-07-27ath9k: Remove redundant HT macrosSujith1-5/+3
2009-07-24ath9k: do not stop the queues in driver stopLuis R. Rodriguez1-2/+0
2009-07-24ath9k: disable radio when all devices are marked idleLuis R. Rodriguez1-0/+24
2009-07-24ath9k: serialize ath9k_hw_setpower callsGabor Juhos1-0/+1
2009-07-24ath9k: Remove pointless ath9k_ps_restore() in ath_detach()Vasanthakumar Thiagarajan1-1/+0
2009-07-24ath9k: Fix TX hang issue with Atheros chipsetsSenthil Balasubramanian1-0/+3
2009-07-24ath9k: Manipulate and report the correct RSSISenthil Balasubramanian1-0/+1
2009-07-24ath9k: cleanup try count for MRR in rate controlLuis R. Rodriguez1-1/+2
2009-07-10ath9k: Handle different TX and RX streams properly.Senthil Balasubramanian1-12/+14
2009-07-10ath9k: race condition in SCANNING state check during ANI calibrationSenthil Balasubramanian1-4/+7
2009-07-10ath9k: stop ani when the STA gets disconnected.Senthil Balasubramanian1-1/+5
2009-07-10ath9k: remove unnecessary STATION mode check.Senthil Balasubramanian1-11/+8
2009-06-19ath9k: restore PS mode, before we put the chip into FULL SLEEP state.Gabor Juhos1-1/+1
2009-06-15ath9k: restore power mode on error pathGabor Juhos1-3/+6
2009-06-15ath9k: port to cfg80211 rfkillJohannes Berg1-81/+13
2009-06-15ath9k: Make sure we have current channel in ah_curchan before rf disable/enableVasanthakumar Thiagarajan1-0/+6
2009-06-15ath9k: Add helper to get ath9k specific current channelVasanthakumar Thiagarajan1-5/+16
2009-06-03rfkill: rewriteJohannes Berg1-86/+29
2009-05-22ath9k: Update Beacon timers based on timestamp from the APJouni Malinen1-1/+8
2009-05-20ath9k: set max default eirp to 20 dBmLuis R. Rodriguez1-2/+2
2009-05-20ath9k: fix custom regulatory call positionLuis R. Rodriguez1-4/+7
2009-05-20ath9k: Set PM field in frame control when in PS modeJouni Malinen1-0/+15
2009-05-20ath9k: Wake up for RX filter changesJouni Malinen1-0/+2
2009-05-20ath9k: Use TSFOOR interrupt to trigger TSF sync with next BeaconJouni Malinen1-0/+10
2009-05-20ath9k: Do not try to calibrate radio when in sleep modeJouni Malinen1-0/+8
2009-05-20ath9k: Wake up for TX in mac80211 timeout=0 sleep modeJouni Malinen1-1/+29
2009-05-20ath9k: Move PS wakeup/restore calls from isr to taskletVasanthakumar Thiagarajan1-13/+9