summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k
AgeCommit message (Expand)AuthorFilesLines
2009-10-27ath9k_hw: run ath9k_hw_9271_pa_cal() initial calibrationLuis R. Rodriguez1-7/+18
2009-10-27ath9k_hw: run the carrier leakage calibration fix for ar9271 as wellLuis R. Rodriguez1-1/+2
2009-10-10ath9k: use right parameter for MODULE_PARM_DESC() for debugLuis R. Rodriguez1-1/+1
2009-10-08ath9k: rename ath_beaconq_setup() to ath9k_hw_beaconq_setup()Luis R. Rodriguez5-14/+15
2009-10-08ath9k: move ath_cleanup() below helpers to avoid forward declarationsLuis R. Rodriguez1-17/+14
2009-10-08ath9k: add a helper to clean the core driver upon module unloadLuis R. Rodriguez1-2/+11
2009-10-08ath9k: add helper to un-init the hw properlyLuis R. Rodriguez1-9/+14
2009-10-08ath9k: initialize hw prior to debugfsLuis R. Rodriguez2-15/+24
2009-10-08ath9k: move common->debug_mask setting to ath_init_softc()Luis R. Rodriguez2-5/+5
2009-10-08atheros: define a common priv structLuis R. Rodriguez4-24/+30
2009-10-08ath9k_hw: add AR9271 srev and device ID to allow hw to support ar9271Luis R. Rodriguez2-2/+7
2009-10-08ath9k_hw: print device ID if not supportedLuis R. Rodriguez1-1/+5
2009-10-08ath9k: move hw code to its own moduleLuis R. Rodriguez7-13/+120
2009-10-08ath9k: use common read/write ops on pci and debug codeLuis R. Rodriguez2-10/+15
2009-10-08ath9k: Fix bugs in handling TX powerSenthil Balasubramanian3-7/+104
2009-10-08ath9k: Advertise midband for AR5416 devicesSenthil Balasubramanian2-1/+5
2009-10-08ath9k: Reduce PLL Settle time and eliminate redundant PLL calls.Senthil Balasubramanian3-7/+14
2009-10-08ath9k: Handle ATH9K_BEACON_RESET_TSF properlySenthil Balasubramanian1-1/+0
2009-10-08ath9k: Allow PSPOLL only when the interface is configured in AP modeSenthil Balasubramanian1-1/+4
2009-10-08ath9k: Update initvalsVasanthakumar Thiagarajan1-24/+25
2009-10-08ath9k: Fix RTC reset for AR5416Sujith1-2/+3
2009-10-08ath9k: Update INI release for AR9287Sujith4-12/+48
2009-10-08ath9k: Add Calibration checksVivek Natarajan1-28/+50
2009-10-08ath9k: make ath9k_common_ops constLuis R. Rodriguez1-1/+1
2009-10-08atheros: move bus ops to ath_commonLuis R. Rodriguez10-48/+56
2009-10-08ath9k: move ATH9K_RSSI_BAD to hw.hLuis R. Rodriguez4-6/+6
2009-10-08ath9k: clarify what hw code is and remove ath9k.h from a few filesLuis R. Rodriguez12-15/+15
2009-10-08ath9k: remove driver ASSERT, just use BUG_ON()Luis R. Rodriguez6-16/+14
2009-10-08ath9k: move ATH_AMPDU_LIMIT_MAX to hw.hLuis R. Rodriguez2-1/+2
2009-10-08ath9k: remove ath9k_ht_macmodeLuis R. Rodriguez5-33/+17
2009-10-08ath9k: remove ath9k 25 MHz HT40 spacing stuffLuis R. Rodriguez5-13/+3
2009-10-08atheros: move tx/rx chainmask to ath_commonLuis R. Rodriguez5-19/+27
2009-10-08atheros: add common debug printingLuis R. Rodriguez20-773/+883
2009-10-08ath9k: separate core driver and hw timer codeLuis R. Rodriguez3-28/+47
2009-10-08atheros: add ieee80211_hw to ath_commonLuis R. Rodriguez5-8/+10
2009-10-08atheros: define shared bssidmask settingLuis R. Rodriguez5-14/+6
2009-10-08atheros/ath9k: add common read/write ops and port ath9k to use itLuis R. Rodriguez4-47/+57
2009-10-08ath9k: Define bus agnostic bluetooth coex prep helperLuis R. Rodriguez5-16/+20
2009-10-08ath9k: move ath_common to ath_hwLuis R. Rodriguez4-18/+19
2009-10-08atheros/ath9k: move macaddr, curaid, curbssid and bssidmask to commonLuis R. Rodriguez6-37/+51
2009-10-08ath9k: use ath9k_hw_write_associd() on resetLuis R. Rodriguez1-3/+1
2009-10-08ath9k: Use ath9k_hw_setbssidmask() on resetLuis R. Rodriguez1-2/+1
2009-10-08ath9k: make ath9k_hw_setbssidmask() and ath9k_hw_write_associd() use ath_hwLuis R. Rodriguez5-16/+17
2009-10-08ath: move ath_bcast_mac to common headerLuis R. Rodriguez1-2/+0
2009-10-08ath9k: rename driver core and hw power save helpersLuis R. Rodriguez3-18/+18
2009-10-08ath9k: move ath9k_hw_setpower() to main.cLuis R. Rodriguez3-13/+12
2009-10-08ath9k: avoid usage of ath9k_hw_setpower() on hw.cLuis R. Rodriguez1-5/+5
2009-10-08ath9k: move ath9k_ps_wakeup() and ath9k_ps_restore() to main.cLuis R. Rodriguez3-37/+38
2009-10-08ath9k: move ps helpers onto core driver when reseting tsfLuis R. Rodriguez3-4/+19
2009-10-08ath9k: rename ath_btcoex_supported() to ath9k_hw_btcoex_supported()Luis R. Rodriguez3-5/+5