aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/main.c
Commit message (Expand)AuthorAge
* ath9k: fix double calls to ath_radio_enableFelix Fietkau2010-04-26
* ath9k: Enable IEEE80211_HW_REPORTS_TX_ACK_STATUS flag for ath9kVivek Natarajan2010-04-01
* ath9k: Enable TIM timer interrupt only when needed.Senthil Balasubramanian2010-04-01
* ath9k: add support for 802.11n bonded out AR2427Luis R. Rodriguez2010-04-01
* ath9k: re-enable ps by default for new single chip familiesLuis R. Rodriguez2010-03-15
* ath9k: fix keycache leak in split tkip caseMing Lei2010-03-15
* ath9k: fix beacon slot/buffer leakFelix Fietkau2010-01-19
* ath9k: wake hardware during AMPDU TX actionsLuis R. Rodriguez2009-12-28
* ath9k: wake hardware for interface IBSS/AP/Mesh removalLuis R. Rodriguez2009-12-28
* ath9k: fix suspend by waking device prior to stopSujith2009-12-28
* ath9k: Stop ANI when doing a resetSujith2009-12-21
* ath9k: enable 2GHz band only if the device supports itGabor Juhos2009-12-04
* ath9k: Ensure a fair beacon distribution in IBSS mode.Vivek Natarajan2009-11-28
* ath9k: Proper padding/unpadding for the TX/RX path.Benoit Papillault2009-11-28
* ath9k: fix processing of TX PS null data framesLuis R. Rodriguez2009-11-28
* ath9k: properly use the mac80211 rate control apiFelix Fietkau2009-11-28
* ath9k: set ps_default as falseJohn W. Linville2009-11-23
* mac80211: convert aggregation to operate on vifs/stasJohannes Berg2009-11-18
* ath9k: Cleanup bss_info_changed callbackSujith2009-11-18
* ath9k: move driver keymap, keymax and splitmic to commonLuis R. Rodriguez2009-11-11
* ath9k: move struct ath_ani to common areaLuis R. Rodriguez2009-11-11
* ath9k: pass the ieee80211_hw on radio enable/disableLuis R. Rodriguez2009-11-11
* ath9k: fix listening to idle requestsLuis R. Rodriguez2009-11-11
* ath9k_hw: move mac name and rf name helpers to hw codeLuis R. Rodriguez2009-10-30
* ath9k: use right parameter for MODULE_PARM_DESC() for debugLuis R. Rodriguez2009-10-09
* ath9k: rename ath_beaconq_setup() to ath9k_hw_beaconq_setup()Luis R. Rodriguez2009-10-07
* ath9k: move ath_cleanup() below helpers to avoid forward declarationsLuis R. Rodriguez2009-10-07
* ath9k: add a helper to clean the core driver upon module unloadLuis R. Rodriguez2009-10-07
* ath9k: add helper to un-init the hw properlyLuis R. Rodriguez2009-10-07
* ath9k: initialize hw prior to debugfsLuis R. Rodriguez2009-10-07
* ath9k: move common->debug_mask setting to ath_init_softc()Luis R. Rodriguez2009-10-07
* atheros: define a common priv structLuis R. Rodriguez2009-10-07
* ath9k: make ath9k_common_ops constLuis R. Rodriguez2009-10-07
* atheros: move bus ops to ath_commonLuis R. Rodriguez2009-10-07
* ath9k: remove driver ASSERT, just use BUG_ON()Luis R. Rodriguez2009-10-07
* ath9k: remove ath9k_ht_macmodeLuis R. Rodriguez2009-10-07
* atheros: move tx/rx chainmask to ath_commonLuis R. Rodriguez2009-10-07
* atheros: add common debug printingLuis R. Rodriguez2009-10-07
* ath9k: separate core driver and hw timer codeLuis R. Rodriguez2009-10-07
* atheros: add ieee80211_hw to ath_commonLuis R. Rodriguez2009-10-07
* atheros: define shared bssidmask settingLuis R. Rodriguez2009-10-07
* atheros/ath9k: add common read/write ops and port ath9k to use itLuis R. Rodriguez2009-10-07
* ath9k: Define bus agnostic bluetooth coex prep helperLuis R. Rodriguez2009-10-07
* ath9k: move ath_common to ath_hwLuis R. Rodriguez2009-10-07
* atheros/ath9k: move macaddr, curaid, curbssid and bssidmask to commonLuis R. Rodriguez2009-10-07
* ath9k: make ath9k_hw_setbssidmask() and ath9k_hw_write_associd() use ath_hwLuis R. Rodriguez2009-10-07
* ath9k: rename driver core and hw power save helpersLuis R. Rodriguez2009-10-07
* ath9k: move ath9k_hw_setpower() to main.cLuis R. Rodriguez2009-10-07
* ath9k: move ath9k_ps_wakeup() and ath9k_ps_restore() to main.cLuis R. Rodriguez2009-10-07
* ath9k: move ps helpers onto core driver when reseting tsfLuis R. Rodriguez2009-10-07