aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/hw.h
AgeCommit message (Expand)Author
2010-02-02ath9k: add support for 802.11n bonded out AR2427Luis R. Rodriguez
2010-01-15ath9k: implement coverage class supportFelix Fietkau
2010-01-15ath9k: cleanup slot time and ack/cts timeout handlingFelix Fietkau
2010-01-12ath9k: Cleanup init/deinit routinesSujith
2009-12-22ath9k: Clarify Interrupt mitigationSujith
2009-12-04ath9k: enable 2GHz band only if the device supports itGabor Juhos
2009-11-28ath9k: Fix maximum tx fifo settings for single stream devicesLuis R. Rodriguez
2009-11-28ath9k: properly use the mac80211 rate control apiFelix Fietkau
2009-11-25ath9k: remove warnings related to signed/unsigned type mismatchJohn W. Linville
2009-11-18ath9k: Remove a few unused functionsSujith
2009-11-13ath9k_hw: Fix possible OOB array indexing in gen_timer_index[] on 64-bitVasanthakumar Thiagarajan
2009-11-11ath9k_hw: move ath_extend_tsf() to hw code to share as ath9k_hw_extend_tsf()Luis R. Rodriguez
2009-10-30ath9k_hw: make spur mitigation a callbackLuis R. Rodriguez
2009-10-30ath9k_hw: use a callback for frequency changeLuis R. Rodriguez
2009-10-30ath9k_hw: rename ath9k_hw_rf_free() to ath9k_hw_rf_free_ext_banks()Luis R. Rodriguez
2009-10-30ath9k_hw: start documenting 802.11n RF anlong front endsLuis R. Rodriguez
2009-10-30ath9k_hw: update register initialization/reset values for ar9271Luis R. Rodriguez
2009-10-30ath9k_hw: distinguish single-chip solutions on initial probe printLuis R. Rodriguez
2009-10-30ath9k_hw: move mac name and rf name helpers to hw codeLuis R. Rodriguez
2009-10-07atheros: define a common priv structLuis R. Rodriguez
2009-10-07ath9k_hw: add AR9271 srev and device ID to allow hw to support ar9271Luis R. Rodriguez
2009-10-07ath9k: Reduce PLL Settle time and eliminate redundant PLL calls.Senthil Balasubramanian
2009-10-07ath9k: Update INI release for AR9287Sujith
2009-10-07ath9k: move ATH9K_RSSI_BAD to hw.hLuis R. Rodriguez
2009-10-07ath9k: clarify what hw code is and remove ath9k.h from a few filesLuis R. Rodriguez
2009-10-07ath9k: move ATH_AMPDU_LIMIT_MAX to hw.hLuis R. Rodriguez
2009-10-07ath9k: remove ath9k_ht_macmodeLuis R. Rodriguez
2009-10-07ath9k: remove ath9k 25 MHz HT40 spacing stuffLuis R. Rodriguez
2009-10-07atheros: add common debug printingLuis R. Rodriguez
2009-10-07ath9k: separate core driver and hw timer codeLuis R. Rodriguez
2009-10-07atheros: add ieee80211_hw to ath_commonLuis R. Rodriguez
2009-10-07atheros/ath9k: add common read/write ops and port ath9k to use itLuis R. Rodriguez
2009-10-07ath9k: Define bus agnostic bluetooth coex prep helperLuis R. Rodriguez
2009-10-07ath9k: move ath_common to ath_hwLuis R. Rodriguez
2009-10-07atheros/ath9k: move macaddr, curaid, curbssid and bssidmask to commonLuis R. Rodriguez
2009-10-07ath9k: make ath9k_hw_setbssidmask() and ath9k_hw_write_associd() use ath_hwLuis R. Rodriguez
2009-10-07ath9k: rename driver core and hw power save helpersLuis R. Rodriguez
2009-10-07ath9k: move ath9k_hw_setpower() to main.cLuis R. Rodriguez
2009-10-07ath9k: move ath9k_ps_wakeup() and ath9k_ps_restore() to main.cLuis R. Rodriguez
2009-10-07ath9k: rename ath_btcoex_info to ath_btcoex_hwLuis R. Rodriguez
2009-10-07ath9k: move driver core helpers to main.cLuis R. Rodriguez
2009-10-07ath9k: move hw specific btcoex info to ath_hwLuis R. Rodriguez
2009-09-23ath9k: Fix chip wakeup issueSujith
2009-09-23ath9k: Revamp PCIE workaroundsVivek Natarajan
2009-09-09ath9k: Enable btcoex based on the subsystem id of the deviceVasanthakumar Thiagarajan
2009-09-09ath9k: Store subsystem id in struct hw_versionVasanthakumar Thiagarajan
2009-09-09ath9k: Disable ASPM when btcoex is activeVasanthakumar Thiagarajan
2009-08-28ath9k: Add Bluetooth Coexistence 3-wire supportVasanthakumar Thiagarajan
2009-08-28ath9k: Add infrastructure for generic hw timersVasanthakumar Thiagarajan
2009-08-28ath9k: Remove hw capability bit meant for btcoexVasanthakumar Thiagarajan