summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/beacon.c
AgeCommit message (Expand)Author
2016-07-08ath9k: Fix beacon configuration for addition/removal of interfacesBenjamin Berg
2016-07-08ath9k: Remove some #defined constants to decrease verbosityBenjamin Berg
2016-07-08ath9k: Correct TSF adjustment to align the beacon time correctlyBenjamin Berg
2015-12-08ath9k: MCC, add NOA also in case of an APJanusz Dziedzic
2015-03-16ath9k: fix tracking of enabled AP beaconsFelix Fietkau
2014-11-25ath9k: add TPC capability to TX descriptor pathLorenzo Bianconi
2014-10-08ath9k: Fix sequence number assignmentSujith Manoharan
2014-09-09ath9k: Fix interface accountingSujith Manoharan
2014-09-09ath9k: Fix beacon configuration for channel contextsSujith Manoharan
2014-08-28ath9k: Move ath9k_beacon_add_noa to channel.cSujith Manoharan
2014-08-28ath9k: Add wrappers for beacon eventsSujith Manoharan
2014-08-28ath9k: Fix channel context eventsSujith Manoharan
2014-06-19ath9k: Add periodic NoA supportFelix Fietkau
2014-06-19ath9k: Add p2p go NoA attributeFelix Fietkau
2014-06-19ath9k: switch channel context for beaconingFelix Fietkau
2014-06-19ath9k: Summarize hw state per channel contextRajkumar Manoharan
2014-06-19ath9k: Move beacon config to channel contextRajkumar Manoharan
2014-06-19ath9k: Add channel context worker threadFelix Fietkau
2014-05-06ath9k: Prevent divide-by-zero upon bad beacon_interval.Ben Greear
2014-04-09ath9k: fix a scheduling while atomic bug in CSA handlingFelix Fietkau
2014-03-17ath9k: remove unused ath9k_get_next_tbttOleksij Rempel
2014-03-17ath9k: move ath9k_beacon_config_ap commonOleksij Rempel
2014-03-17ath9k: move ath9k_beacon_config_adhoc to commonOleksij Rempel
2014-03-17ath9k: move ath9k_beacon_config_sta to common-beaconOleksij Rempel
2014-03-17ath9k: move sc_flags to ath_commonOleksij Rempel
2014-02-28ath9k: remove unused listen_interval and sleepduration.Oleksij Rempel
2014-02-28ath9k: move ath9k_init_channels_rates to common-initOleksij Rempel
2014-02-12ath9k: prepare for multi-interface CSA supportMichal Kazior
2014-01-03ath9k: Remove RX PollSujith Manoharan
2013-12-19ath9k: fix TSF offset precision issueFelix Fietkau
2013-12-19ath9k: call ath9k_set_tsfadjust from ath9k_beacon_configFelix Fietkau
2013-12-18ath9k: properly preserve TSF across resetFelix Fietkau
2013-12-18ath9k_hw: clean up station beacon timer APIFelix Fietkau
2013-09-26ath9k: Handle abnormal NAV in AP modeSujith Manoharan
2013-08-16ath9k: enable CSA functionality in ath9kSimon Wunderlich
2013-06-12ath9k: limit multicast buffer hardware queue depthFelix Fietkau
2013-05-22ath9k: use ap style beaconing for meshThomas Pedersen
2013-03-25mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chanKarl Beldan
2013-02-11ath9k: Fix IBSS joiner modeSujith Manoharan
2013-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-01-22ath9k: clean up processing of pending tx frames on resetFelix Fietkau
2013-01-11ath9k: remove the WARN_ON that triggers if generating a beacon failsFelix Fietkau
2013-01-11ath9k: fix double-free bug on beacon generate failureFelix Fietkau
2012-11-21ath9k/ath9k_htc: Remove WME macrosSujith Manoharan
2012-10-05ath9k: use ieee80211_free_txskbFelix Fietkau
2012-07-17ath9k: Fix race in reset-work usageRajkumar Manoharan
2012-07-17ath9k: Cleanup the beacon taskletSujith Manoharan
2012-07-17ath9k: Set the TSF adjust value properlySujith Manoharan
2012-07-17ath9k: Cleanup beacon queue configurationSujith Manoharan
2012-07-17ath9k: Remove is_bslot_activeSujith Manoharan