summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/ath9k.h
Commit message (Expand)AuthorAgeFilesLines
...
* ath9k: clarify what hw code is and remove ath9k.h from a few filesLuis R. Rodriguez2009-10-071-1/+0
* ath9k: remove driver ASSERT, just use BUG_ON()Luis R. Rodriguez2009-10-071-2/+0
* ath9k: move ATH_AMPDU_LIMIT_MAX to hw.hLuis R. Rodriguez2009-10-071-1/+0
* ath9k: remove ath9k_ht_macmodeLuis R. Rodriguez2009-10-071-1/+0
* ath9k: remove ath9k 25 MHz HT40 spacing stuffLuis R. Rodriguez2009-10-071-1/+0
* atheros: move tx/rx chainmask to ath_commonLuis R. Rodriguez2009-10-071-2/+0
* atheros: add common debug printingLuis R. Rodriguez2009-10-071-0/+1
* atheros/ath9k: add common read/write ops and port ath9k to use itLuis R. Rodriguez2009-10-071-13/+0
* ath9k: Define bus agnostic bluetooth coex prep helperLuis R. Rodriguez2009-10-071-0/+1
* ath9k: move ath_common to ath_hwLuis R. Rodriguez2009-10-071-3/+1
* atheros/ath9k: move macaddr, curaid, curbssid and bssidmask to commonLuis R. Rodriguez2009-10-071-3/+0
* ath: move ath_bcast_mac to common headerLuis R. Rodriguez2009-10-071-2/+0
* ath9k: move bt_stomp_type to driver coreLuis R. Rodriguez2009-10-071-0/+9
* ath9k: replaces SC_OP_BTCOEX_ENABLED with a boolLuis R. Rodriguez2009-10-071-1/+0
* ath9k: move driver core helpers to main.cLuis R. Rodriguez2009-10-071-0/+1
* ath9k: move hw specific btcoex info to ath_hwLuis R. Rodriguez2009-10-071-2/+0
* ath9k: move btcoex core driver info to its own structLuis R. Rodriguez2009-10-071-0/+11
* ath9k: Store subsystem id in struct hw_versionVasanthakumar Thiagarajan2009-09-091-1/+1
* ath9k: Add Bluetooth Coexistence 3-wire supportVasanthakumar Thiagarajan2009-08-281-0/+2
* ath9k: Move btcoex related data to a separate structVasanthakumar Thiagarajan2009-08-281-0/+1
* ath9k: Move btcoex stuff from hw.[ch] to new btcoex.[ch]Vasanthakumar Thiagarajan2009-08-281-0/+1
* ath9k: Split ath9k_hw_btcoex_enable() into two logical piecesVasanthakumar Thiagarajan2009-08-281-0/+1
* ath9k: Nuke struct ath9k_node_statsVasanthakumar Thiagarajan2009-08-201-1/+0
* ath: move regulatory info into shared common structureLuis R. Rodriguez2009-08-201-0/+10
* ath9k: Enable LEDs for AR9287 chipsets.Vivek Natarajan2009-08-201-1/+2
* ath: add common ath_rxbuf_alloc() and make ath9k use itLuis R. Rodriguez2009-08-141-1/+3
* ath9k: distinguish between device initialization and ath_softc initLuis R. Rodriguez2009-08-041-1/+1
* ath9k: Add debug counters for TXSujith2009-07-291-1/+0
* ath9k: fix race with IEEE80211_CONF_PS checksGabor Juhos2009-07-291-0/+1
* ath9k: Remove a few redundant variables/macrosSujith2009-07-271-1/+0
* ath9k: Cleanup return valuesSujith2009-07-271-3/+3
* ath9k: Remove redundant HT macrosSujith2009-07-271-2/+0
* ath9k: disable radio when all devices are marked idleLuis R. Rodriguez2009-07-241-0/+1
* ath9k: serialize ath9k_ps_{wakeup,restore} callsGabor Juhos2009-07-241-1/+1
* ath9k: uninline ath9k_ps_{wakeup,restore} functionsGabor Juhos2009-07-241-21/+2
* ath9k: serialize ath9k_hw_setpower callsGabor Juhos2009-07-241-0/+1
* ath9k: Fix TX hang issue with Atheros chipsetsSenthil Balasubramanian2009-07-241-0/+4
* ath9k: Manipulate and report the correct RSSISenthil Balasubramanian2009-07-241-0/+16
* ath9k: cleanup try count for MRR in rate controlLuis R. Rodriguez2009-07-241-1/+0
* ath9k: race condition in SCANNING state check during ANI calibrationSenthil Balasubramanian2009-07-101-0/+1
* ath9k: Remove unnecessary count for addba attemptVasanthakumar Thiagarajan2009-07-101-1/+0
* ath9k: prevent sleeping while we are waiting for CABGabor Juhos2009-06-151-0/+1
* ath9k: port to cfg80211 rfkillJohannes Berg2009-06-151-9/+0
* rfkill: rewriteJohannes Berg2009-06-031-6/+1
* ath9k: Update Beacon timers based on timestamp from the APJouni Malinen2009-05-221-0/+1
* ath9k: Wake up for TX in mac80211 timeout=0 sleep modeJouni Malinen2009-05-201-1/+5
* ath9k: cleanup beacon parameters configurationVasanthakumar Thiagarajan2009-05-201-0/+1
* ath9k: Fix PS mode operation to receive buffered broadcast/multicast framesJouni Malinen2009-05-201-0/+1
* ath9k: make private driver rate tables constLuis R. Rodriguez2009-05-061-2/+2
* ath9k: uninline ath9k_io{read,write}32 routinesGabor Juhos2009-05-061-31/+2