summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/main.c
AgeCommit message (Expand)Author
2010-01-19ath9k: make tx power config changes take effect immediatleyLuis 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: Fix monitor mode handlingSujith
2010-01-12ath9k: Fix queue handlingSujith
2010-01-12ath9k: Cleanup Powersave flagsSujith
2010-01-12ath9k: Add new file init.cSujith
2010-01-12ath9k: Add a new file for GPIOSujith
2010-01-12ath9k: re-enable ps by default for new single chip familiesLuis R. Rodriguez
2009-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6master-2009-12-30John W. Linville
2009-12-28mac80211: remove struct ieee80211_if_init_confJohannes Berg
2009-12-28ath9k: wake hardware during AMPDU TX actionsLuis R. Rodriguez
2009-12-28ath9k: wake hardware for interface IBSS/AP/Mesh removalLuis R. Rodriguez
2009-12-28ath9k: fix suspend by waking device prior to stopSujith
2009-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville
2009-12-22ath9k: Fix TX poll routinemaster-2009-12-24master-2009-12-22Sujith
2009-12-22ath9k: Remove ANI lockSujith
2009-12-21ath9k: Stop ANI when doing a resetSujith
2009-12-04ath9k: enable 2GHz band only if the device supports itGabor Juhos
2009-11-28ath9k: Ensure a fair beacon distribution in IBSS mode.Vivek Natarajan
2009-11-28ath9k: Proper padding/unpadding for the TX/RX path.Benoit Papillault
2009-11-28ath9k: fix processing of TX PS null data framesLuis R. Rodriguez
2009-11-28ath9k: properly use the mac80211 rate control apiFelix Fietkau
2009-11-23ath9k: set ps_default as falsemaster-2009-11-24master-2009-11-23John W. Linville
2009-11-18mac80211: convert aggregation to operate on vifs/stasJohannes Berg
2009-11-18ath9k: Cleanup bss_info_changed callbackSujith
2009-11-11ath9k: move driver keymap, keymax and splitmic to commonLuis R. Rodriguez
2009-11-11ath9k: move struct ath_ani to common areaLuis R. Rodriguez
2009-11-11ath9k: pass the ieee80211_hw on radio enable/disableLuis R. Rodriguez
2009-11-11ath9k: fix listening to idle requestsLuis R. Rodriguez
2009-10-30ath9k_hw: move mac name and rf name helpers to hw codeLuis R. Rodriguez
2009-10-09ath9k: use right parameter for MODULE_PARM_DESC() for debugLuis R. Rodriguez
2009-10-07ath9k: rename ath_beaconq_setup() to ath9k_hw_beaconq_setup()Luis R. Rodriguez
2009-10-07ath9k: move ath_cleanup() below helpers to avoid forward declarationsLuis R. Rodriguez
2009-10-07ath9k: add a helper to clean the core driver upon module unloadLuis R. Rodriguez
2009-10-07ath9k: add helper to un-init the hw properlyLuis R. Rodriguez
2009-10-07ath9k: initialize hw prior to debugfsLuis R. Rodriguez
2009-10-07ath9k: move common->debug_mask setting to ath_init_softc()Luis R. Rodriguez
2009-10-07atheros: define a common priv structLuis R. Rodriguez
2009-10-07ath9k: make ath9k_common_ops constLuis R. Rodriguez
2009-10-07atheros: move bus ops to ath_commonLuis R. Rodriguez
2009-10-07ath9k: remove driver ASSERT, just use BUG_ON()Luis R. Rodriguez
2009-10-07ath9k: remove ath9k_ht_macmodeLuis R. Rodriguez
2009-10-07atheros: move tx/rx chainmask to ath_commonLuis 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: define shared bssidmask settingLuis 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