summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/beacon.c
AgeCommit message (Expand)Author
2024-02-21wifi: mac80211: check beacon countdown is complete on per link basisAditya Kumar Singh
2024-02-08wifi: mac80211: add support to call csa_finish on a linkAditya Kumar Singh
2022-06-20wifi: mac80211: return a beacon for a specific linkShaul Triebitz
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg
2022-06-20wifi: mac80211: move some future per-link data to bss_confJohannes Berg
2021-03-17ath9k: Use tasklet_disable_in_atomic()Sebastian Andrzej Siewior
2020-09-11Merge tag 'wireless-drivers-next-2020-09-11' of git://git.kernel.org/pub/scm/...David S. Miller
2020-08-27mac80211: rename csa counters to countdown countersJohn Crispin
2020-08-27ath9k: convert tasklets to use new tasklet_setup() APIAllen Pais
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