aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/beacon.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-28ath9k: remove unused listen_interval and sleepduration.Oleksij Rempel1-14/+7
2014-02-28ath9k: move ath9k_init_channels_rates to common-initOleksij Rempel1-1/+1
2014-02-12ath9k: prepare for multi-interface CSA supportMichal Kazior1-10/+19
2014-01-03ath9k: Remove RX PollSujith Manoharan1-2/+8
2013-12-19ath9k: fix TSF offset precision issueFelix Fietkau1-3/+4
2013-12-19ath9k: call ath9k_set_tsfadjust from ath9k_beacon_configFelix Fietkau1-3/+9
2013-12-18ath9k: properly preserve TSF across resetFelix Fietkau1-45/+43
2013-12-18ath9k_hw: clean up station beacon timer APIFelix Fietkau1-27/+11
2013-09-26ath9k: Handle abnormal NAV in AP modeSujith Manoharan1-0/+2
2013-08-16ath9k: enable CSA functionality in ath9kSimon Wunderlich1-0/+21
2013-06-12ath9k: limit multicast buffer hardware queue depthFelix Fietkau1-21/+2
2013-05-22ath9k: use ap style beaconing for meshThomas Pedersen1-3/+5
2013-03-25mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chanKarl Beldan1-1/+1
2013-02-11ath9k: Fix IBSS joiner modeSujith Manoharan1-26/+87
2013-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-1/+1
2013-01-22ath9k: clean up processing of pending tx frames on resetFelix Fietkau1-1/+1
2013-01-11ath9k: remove the WARN_ON that triggers if generating a beacon failsFelix Fietkau1-1/+0
2013-01-11ath9k: fix double-free bug on beacon generate failureFelix Fietkau1-0/+1
2012-11-21ath9k/ath9k_htc: Remove WME macrosSujith Manoharan1-1/+1
2012-10-05ath9k: use ieee80211_free_txskbFelix Fietkau1-1/+1
2012-07-17ath9k: Fix race in reset-work usageRajkumar Manoharan1-2/+3
2012-07-17ath9k: Cleanup the beacon taskletSujith Manoharan1-65/+61
2012-07-17ath9k: Set the TSF adjust value properlySujith Manoharan1-0/+17
2012-07-17ath9k: Cleanup beacon queue configurationSujith Manoharan1-7/+4
2012-07-17ath9k: Remove is_bslot_activeSujith Manoharan1-10/+5
2012-07-17ath9k: Cleanup beacon logicSujith Manoharan1-139/+87
2012-07-17ath9k: Simplify ASSOC handlingSujith Manoharan1-1/+1
2012-07-17ath9k: Fix beacon setupSujith Manoharan1-108/+33
2012-06-06ath9k: Use atomic operationsSujith Manoharan1-9/+9
2012-06-06ath9k: Ensure a fair beacon distribution in IBSS modeVivek Natarajan1-1/+4
2012-04-23ath9k: simplify beacon configuration for beaconing vifsRajkumar Manoharan1-1/+3
2012-04-16ath9k: fix beacon descriptorRajkumar Manoharan1-1/+1
2012-04-16ath9k: skip beaconing when reset work is pendingRajkumar Manoharan1-0/+6
2012-04-16ath9k: fix ibss beacon next tbttRajkumar Manoharan1-0/+2
2012-04-16ath9k: optimize the hardware hang checkFelix Fietkau1-0/+3
2012-03-15ath9k: Fix multi-VIF BSS handlingSujith Manoharan1-3/+3
2012-03-05ath9k: fix drv_tx_last_beacon on AR9003 by processing beacon tx statusFelix Fietkau1-1/+1
2012-03-05Revert "ath9k_hw: Fix false tx hung detection in AR9003 chips"Felix Fietkau1-6/+0
2012-01-04ath9k: tx queue enable is read only for EDMA chipsetsMohammed Shafi Shajakhan1-2/+5
2011-12-19ath: Convert ath_dbg(bar, ATH_DBG_<FOO>, to ath_dbg(bar, FOOJoe Perches1-22/+17
2011-10-11ath9k_hw: make ath9k_hw_set_interrupts use ah->imask by defaultFelix Fietkau1-5/+5
2011-09-16ath9k: use the new API for setting tx descriptorsFelix Fietkau1-29/+23
2011-09-16ath9k: call ath9k_hw_set_desc_link for beacon descriptorsFelix Fietkau1-0/+1
2011-09-16ath9k: make beacon timer initialization more reliableFelix Fietkau1-0/+1
2011-09-14ath9k: always call ath_reset from workqueue contextFelix Fietkau1-3/+1
2011-09-14ath9k: eliminate common->{rx,tx}_chainmaskFelix Fietkau1-1/+1
2011-08-09ath9k: Use atomic reference count for interrupt opsRajkumar Manoharan1-16/+5
2011-08-09ath9k: do not enable interrupt on set interrupt maskRajkumar Manoharan1-2/+7
2011-06-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-0/+8
2011-06-27ath9k: Fix locking issue during tx completionRajkumar Manoharan1-0/+2