summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/hw.h
AgeCommit message (Expand)AuthorFilesLines
2009-10-08ath9k: move ATH9K_RSSI_BAD to hw.hLuis R. Rodriguez1-0/+2
2009-10-08ath9k: clarify what hw code is and remove ath9k.h from a few filesLuis R. Rodriguez1-0/+2
2009-10-08ath9k: move ATH_AMPDU_LIMIT_MAX to hw.hLuis R. Rodriguez1-0/+2
2009-10-08ath9k: remove ath9k_ht_macmodeLuis R. Rodriguez1-1/+1
2009-10-08ath9k: remove ath9k 25 MHz HT40 spacing stuffLuis R. Rodriguez1-1/+0
2009-10-08atheros: add common debug printingLuis R. Rodriguez1-0/+1
2009-10-08ath9k: separate core driver and hw timer codeLuis R. Rodriguez1-3/+6
2009-10-08atheros: add ieee80211_hw to ath_commonLuis R. Rodriguez1-0/+1
2009-10-08atheros/ath9k: add common read/write ops and port ath9k to use itLuis R. Rodriguez1-2/+15
2009-10-08ath9k: Define bus agnostic bluetooth coex prep helperLuis R. Rodriguez1-1/+0
2009-10-08ath9k: move ath_common to ath_hwLuis R. Rodriguez1-0/+1
2009-10-08atheros/ath9k: move macaddr, curaid, curbssid and bssidmask to commonLuis R. Rodriguez1-1/+0
2009-10-08ath9k: make ath9k_hw_setbssidmask() and ath9k_hw_write_associd() use ath_hwLuis R. Rodriguez1-2/+2
2009-10-08ath9k: rename driver core and hw power save helpersLuis R. Rodriguez1-1/+1
2009-10-08ath9k: move ath9k_hw_setpower() to main.cLuis R. Rodriguez1-1/+0
2009-10-08ath9k: move ath9k_ps_wakeup() and ath9k_ps_restore() to main.cLuis R. Rodriguez1-2/+4
2009-10-08ath9k: rename ath_btcoex_info to ath_btcoex_hwLuis R. Rodriguez1-1/+1
2009-10-08ath9k: move driver core helpers to main.cLuis R. Rodriguez1-3/+0
2009-10-08ath9k: move hw specific btcoex info to ath_hwLuis R. Rodriguez1-0/+7
2009-09-23ath9k: Fix chip wakeup issueSujith1-1/+1
2009-09-23ath9k: Revamp PCIE workaroundsVivek Natarajan1-1/+1
2009-09-09ath9k: Enable btcoex based on the subsystem id of the deviceVasanthakumar Thiagarajan1-0/+4
2009-09-09ath9k: Store subsystem id in struct hw_versionVasanthakumar Thiagarajan1-0/+1
2009-09-09ath9k: Disable ASPM when btcoex is activeVasanthakumar Thiagarajan1-0/+5
2009-08-28ath9k: Add Bluetooth Coexistence 3-wire supportVasanthakumar Thiagarajan1-0/+2
2009-08-28ath9k: Add infrastructure for generic hw timersVasanthakumar Thiagarajan1-0/+52
2009-08-28ath9k: Remove hw capability bit meant for btcoexVasanthakumar Thiagarajan1-1/+0
2009-08-28ath9k: Move btcoex related data to a separate structVasanthakumar Thiagarajan1-2/+0
2009-08-28ath9k: Move btcoex stuff from hw.[ch] to new btcoex.[ch]Vasanthakumar Thiagarajan1-4/+0
2009-08-28ath9k: Split ath9k_hw_btcoex_enable() into two logical piecesVasanthakumar Thiagarajan1-0/+2
2009-08-28ath9k: Reduce the frequency of PA offset calibrationSujith1-0/+1
2009-08-20ath: move regulatory info into shared common structureLuis R. Rodriguez1-1/+0
2009-08-20ath9k: Enable LEDs for AR9287 chipsets.Vivek Natarajan1-0/+1
2009-08-14ath9k: Remove duplicate variablesSujith1-9/+7
2009-08-14ath9k: Remove has_hw_phycountersSujith1-1/+0
2009-08-14ath9k: Cleanup function return typesSujith1-1/+1
2009-08-05ath9k: add initial hardware support for ar9271Luis R. Rodriguez1-0/+2
2009-08-05ath9k: Remove _t postfix for ar9287_eeprom structureLuis R. Rodriguez1-1/+1
2009-08-05ath9k: rename ath9k_hw_rfdetach() to ath9k_hw_rf_free()Luis R. Rodriguez1-1/+1
2009-08-05ath9k: describe hw initialization betterLuis R. Rodriguez1-2/+2
2009-08-05ath9k: pass only one argument to hw attachLuis R. Rodriguez1-1/+1
2009-08-05ath9k: move devid cache setting to ath_init()Luis R. Rodriguez1-1/+1
2009-08-05ath9k: move memory allocation of ath_hw to ath_init()Luis R. Rodriguez1-1/+1
2009-08-05ath9k: Remove unused ath9k_hw_intrget()Vasanthakumar Thiagarajan1-1/+0
2009-07-29ath9k: fix race with IEEE80211_CONF_PS checksGabor Juhos1-1/+0
2009-07-27ath9k: Add support for AR9287 based chipsets.Vivek Natarajan1-0/+4
2009-07-24ath9k: make use ath9k_hw_wait int ath9k_hw_reset_tsfGabor Juhos1-0/+1
2009-07-24ath9k: remap ATH9K_MODE_*Luis R. Rodriguez1-8/+8
2009-07-24ath9k: remove ATH9K_MODE_11BLuis R. Rodriguez1-1/+0
2009-06-15ath9k: port to cfg80211 rfkillJohannes Berg1-3/+0