summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/beacon.c
Commit message (Expand)AuthorAgeFilesLines
* ath9k: Fix improper beacon slot selection in IBSSRajkumar Manoharan2011-04-141-1/+6
* ath9k: Fix kernel panic on module unloadRajkumar Manoharan2011-04-121-0/+1
* ath9k: configure beacons based on hw opmodeRajkumar Manoharan2011-04-071-24/+75
* ath9k: Cleanup ath_vif structRajkumar Manoharan2011-04-071-0/+1
* ath9k: use the hw opmode to select the beacon timer modeFelix Fietkau2011-04-071-1/+1
* ath9k: fix beacon slot processing in ad-hoc modeFelix Fietkau2011-04-071-8/+0Star
* ath9k: fix stuck beacon detectionFelix Fietkau2011-03-301-8/+8
* ath9k: trigger nfcal only after multiple missed beacons in AP modeFelix Fietkau2011-03-301-1/+2
* ath9k: fix beacon timer handling issuesFelix Fietkau2011-03-301-47/+31Star
* ath9k: improve reliability of beacon transmission and stuck beacon handlingFelix Fietkau2011-03-141-11/+2Star
* ath9k: disable beaconing before stopping beacon queueRajkumar Manoharan2011-02-141-1/+36
* ath9k: Remove redundant beacon_intervalSteve Brown2011-02-091-2/+4
* ath9k: Update comments for not parsing DTIM periodMohammed Shafi Shajakhan2011-02-071-2/+3
* ath9k: fold struct ath_wiphy into struct ath_softcFelix Fietkau2011-01-281-6/+3Star
* ath9k: remove support for virtual wiphysFelix Fietkau2011-01-281-8/+1Star
* ath9k: remove a bogus error messageFelix Fietkau2011-01-211-3/+1Star
* ath9k: Fix up hardware mode and beacons with multiple vifs.Ben Greear2011-01-191-8/+6Star
* ath9k: Few clean ups in beacon config parametersMohammed Shafi Shajakhan2011-01-041-12/+13
* ath: Convert ath_print to ath_dbgJoe Perches2010-12-071-33/+32Star
* ath: Convert ath_print(.., ATH_DBG_FATAL to ath_errJoe Perches2010-12-071-8/+6Star
* ath9k: Add support for Adaptive Power ManagementMohammed Shafi Shajakhan2010-11-301-1/+2
* ath9k: clean up code duplication around ath_tx_startFelix Fietkau2010-11-171-0/+19
* ath9k: rework tx queue selection and fix queue stopping/wakingFelix Fietkau2010-11-151-3/+3
* ath9k_hw: optimize interrupt mask changesFelix Fietkau2010-11-091-3/+3
* ath9k: resume aggregation immediately after a hardware resetFelix Fietkau2010-10-251-1/+1
* ath9k: Null out references to stale pointers.Ben Greear2010-10-151-0/+5
* ath9k: Remove bf_dmacontext.Ben Greear2010-10-151-9/+7Star
* ath9k: use AP beacon miss as a trigger for fast recalibrationFelix Fietkau2010-08-161-0/+1
* ath9k: add a separate debug level for stuck beaconsFelix Fietkau2010-08-161-3/+3
* ath9k: remove duplicate WMM AC definitionsFelix Fietkau2010-06-141-2/+1Star
* ath9k: remove VEOL support for ad-hocFelix Fietkau2010-05-251-53/+10Star
* ath9k: change beacon allocation to prefer the first beacon slotFelix Fietkau2010-05-251-9/+3Star
* ath9k_hw: Define abstraction for tx desc accessVasanthakumar Thiagarajan2010-04-161-1/+2
* ath9k_hw: Move code which populates ds_data to ath9k_hwVasanthakumar Thiagarajan2010-04-161-3/+1Star
* ath9k: move imask from sc to ahPavel Roskin2010-04-061-16/+19
* ath9k: fix beacon timer restart after a card resetFelix Fietkau2010-02-191-6/+3Star
* ath9k: Use the Beacon TX rate from mac80211Jouni Malinen2010-02-161-5/+5
* ath9k: configure the beacon only if the STA is associatedSenthil Balasubramanian2010-02-081-1/+7
* ath9k: cleanup slot time and ack/cts timeout handlingFelix Fietkau2010-01-151-1/+2
* ath9k: Ensure a fair beacon distribution in IBSS mode.Vivek Natarajan2009-11-281-5/+9
* ath9k: properly use the mac80211 rate control apiFelix Fietkau2009-11-281-5/+5
* ath9k: rename ath_beaconq_setup() to ath9k_hw_beaconq_setup()Luis R. Rodriguez2009-10-071-12/+0Star
* atheros: move tx/rx chainmask to ath_commonLuis R. Rodriguez2009-10-071-1/+2
* atheros: add common debug printingLuis R. Rodriguez2009-10-071-35/+45
* ath9k: move ps helpers onto core driver when reseting tsfLuis R. Rodriguez2009-10-071-2/+15
* ath9k: use ath_hw for DPRINTF() and debug init/exitLuis R. Rodriguez2009-10-071-16/+16
* ath9k: Make sure we configure a non-zero beacon intervalVasanthakumar Thiagarajan2009-07-101-7/+8
* ath9k: Add sanity check for beacon_int in adhoc/mesh caseJouni Malinen2009-06-031-0/+8
* ath9k: Reset SC_OP_TSF_RESET flag after stuck beaconJeff Hansen2009-06-031-0/+1
* ath9k: Optimize TBTT/DTIM calculation for timersJouni Malinen2009-05-221-7/+21