summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/ath9k.h
AgeCommit message (Expand)AuthorFilesLines
2010-01-05ath9k: fix ito64Ming Lei1-3/+3
2009-11-28ath9k: separate debugfs support from CONFIG_ATH_DEBUGFelix Fietkau1-1/+1
2009-11-28ath9k: Ensure a fair beacon distribution in IBSS mode.Vivek Natarajan1-0/+1
2009-11-28ath9k: fix processing of TX PS null data framesLuis R. Rodriguez1-0/+2
2009-11-28ath9k: properly use the mac80211 rate control apiFelix Fietkau1-3/+2
2009-11-19ath9k: Remove a few unused variablesSujith1-10/+0
2009-11-12ath9k_common: add new module to share 802.11n driver helpersLuis R. Rodriguez1-89/+6
2009-11-12ath9k: move driver keymap, keymax and splitmic to commonLuis R. Rodriguez1-13/+0
2009-11-12ath: move the rx bufsize to common to share with ath5k/ath9kLuis R. Rodriguez1-1/+0
2009-11-12ath9k: move struct ath_ani to common areaLuis R. Rodriguez1-11/+0
2009-11-12ath9k: handle low buffer space for virtual wiphysLuis R. Rodriguez1-0/+3
2009-11-12ath9k: pass the ieee80211_hw on radio enable/disableLuis R. Rodriguez1-2/+3
2009-11-12ath9k: fix listening to idle requestsLuis R. Rodriguez1-0/+2
2009-10-08ath9k: rename ath_beaconq_setup() to ath9k_hw_beaconq_setup()Luis R. Rodriguez1-1/+0
2009-10-08atheros: move bus ops to ath_commonLuis R. Rodriguez1-13/+6
2009-10-08ath9k: move ATH9K_RSSI_BAD to hw.hLuis R. Rodriguez1-1/+0
2009-10-08ath9k: clarify what hw code is and remove ath9k.h from a few filesLuis R. Rodriguez1-1/+0
2009-10-08ath9k: remove driver ASSERT, just use BUG_ON()Luis R. Rodriguez1-2/+0
2009-10-08ath9k: move ATH_AMPDU_LIMIT_MAX to hw.hLuis R. Rodriguez1-1/+0
2009-10-08ath9k: remove ath9k_ht_macmodeLuis R. Rodriguez1-1/+0
2009-10-08ath9k: remove ath9k 25 MHz HT40 spacing stuffLuis R. Rodriguez1-1/+0
2009-10-08atheros: move tx/rx chainmask to ath_commonLuis R. Rodriguez1-2/+0
2009-10-08atheros: add common debug printingLuis R. Rodriguez1-0/+1
2009-10-08atheros/ath9k: add common read/write ops and port ath9k to use itLuis R. Rodriguez1-13/+0
2009-10-08ath9k: Define bus agnostic bluetooth coex prep helperLuis R. Rodriguez1-0/+1
2009-10-08ath9k: move ath_common to ath_hwLuis R. Rodriguez1-3/+1
2009-10-08atheros/ath9k: move macaddr, curaid, curbssid and bssidmask to commonLuis R. Rodriguez1-3/+0
2009-10-08ath: move ath_bcast_mac to common headerLuis R. Rodriguez1-2/+0
2009-10-08ath9k: move bt_stomp_type to driver coreLuis R. Rodriguez1-0/+9
2009-10-08ath9k: replaces SC_OP_BTCOEX_ENABLED with a boolLuis R. Rodriguez1-1/+0
2009-10-08ath9k: move driver core helpers to main.cLuis R. Rodriguez1-0/+1
2009-10-08ath9k: move hw specific btcoex info to ath_hwLuis R. Rodriguez1-2/+0
2009-10-08ath9k: move btcoex core driver info to its own structLuis R. Rodriguez1-0/+11
2009-09-09ath9k: Store subsystem id in struct hw_versionVasanthakumar Thiagarajan1-1/+1
2009-08-28ath9k: Add Bluetooth Coexistence 3-wire supportVasanthakumar Thiagarajan1-0/+2
2009-08-28ath9k: Move btcoex related data to a separate structVasanthakumar Thiagarajan1-0/+1
2009-08-28ath9k: Move btcoex stuff from hw.[ch] to new btcoex.[ch]Vasanthakumar Thiagarajan1-0/+1
2009-08-28ath9k: Split ath9k_hw_btcoex_enable() into two logical piecesVasanthakumar Thiagarajan1-0/+1
2009-08-20ath9k: Nuke struct ath9k_node_statsVasanthakumar Thiagarajan1-1/+0
2009-08-20ath: move regulatory info into shared common structureLuis R. Rodriguez1-0/+10
2009-08-20ath9k: Enable LEDs for AR9287 chipsets.Vivek Natarajan1-1/+2
2009-08-14ath: add common ath_rxbuf_alloc() and make ath9k use itLuis R. Rodriguez1-1/+3
2009-08-05ath9k: distinguish between device initialization and ath_softc initLuis R. Rodriguez1-1/+1
2009-07-29ath9k: Add debug counters for TXSujith1-1/+0
2009-07-29ath9k: fix race with IEEE80211_CONF_PS checksGabor Juhos1-0/+1
2009-07-27ath9k: Remove a few redundant variables/macrosSujith1-1/+0
2009-07-27ath9k: Cleanup return valuesSujith1-3/+3
2009-07-27ath9k: Remove redundant HT macrosSujith1-2/+0
2009-07-24ath9k: disable radio when all devices are marked idleLuis R. Rodriguez1-0/+1
2009-07-24ath9k: serialize ath9k_ps_{wakeup,restore} callsGabor Juhos1-1/+1