summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/beacon.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-20wifi: mac80211: return a beacon for a specific linkShaul Triebitz1-1/+1
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg1-5/+6
2022-06-20wifi: mac80211: move some future per-link data to bss_confJohannes Berg1-1/+1
2021-03-17ath9k: Use tasklet_disable_in_atomic()Sebastian Andrzej Siewior1-1/+1
2020-09-11Merge tag 'wireless-drivers-next-2020-09-11' of git://git.kernel.org/pub/scm/...David S. Miller1-2/+2
2020-08-27mac80211: rename csa counters to countdown countersJohn Crispin1-1/+1
2020-08-27ath9k: convert tasklets to use new tasklet_setup() APIAllen Pais1-2/+2
2016-07-08ath9k: Fix beacon configuration for addition/removal of interfacesBenjamin Berg1-107/+133
2016-07-08ath9k: Remove some #defined constants to decrease verbosityBenjamin Berg1-1/+1
2016-07-08ath9k: Correct TSF adjustment to align the beacon time correctlyBenjamin Berg1-4/+8
2015-12-08ath9k: MCC, add NOA also in case of an APJanusz Dziedzic1-1/+2
2015-03-16ath9k: fix tracking of enabled AP beaconsFelix Fietkau1-8/+12
2014-11-25ath9k: add TPC capability to TX descriptor pathLorenzo Bianconi1-2/+3
2014-10-08ath9k: Fix sequence number assignmentSujith Manoharan1-10/+2
2014-09-09ath9k: Fix interface accountingSujith Manoharan1-1/+1
2014-09-09ath9k: Fix beacon configuration for channel contextsSujith Manoharan1-0/+12
2014-08-28ath9k: Move ath9k_beacon_add_noa to channel.cSujith Manoharan1-49/+0
2014-08-28ath9k: Add wrappers for beacon eventsSujith Manoharan1-3/+2
2014-08-28ath9k: Fix channel context eventsSujith Manoharan1-4/+9
2014-06-19ath9k: Add periodic NoA supportFelix Fietkau1-5/+20
2014-06-19ath9k: Add p2p go NoA attributeFelix Fietkau1-0/+37
2014-06-19ath9k: switch channel context for beaconingFelix Fietkau1-2/+9
2014-06-19ath9k: Summarize hw state per channel contextRajkumar Manoharan1-8/+20
2014-06-19ath9k: Move beacon config to channel contextRajkumar Manoharan1-5/+5
2014-06-19ath9k: Add channel context worker threadFelix Fietkau1-1/+1
2014-05-06ath9k: Prevent divide-by-zero upon bad beacon_interval.Ben Greear1-2/+3
2014-04-09ath9k: fix a scheduling while atomic bug in CSA handlingFelix Fietkau1-4/+3
2014-03-17ath9k: remove unused ath9k_get_next_tbttOleksij Rempel1-27/+0
2014-03-17ath9k: move ath9k_beacon_config_ap commonOleksij Rempel1-19/+2
2014-03-17ath9k: move ath9k_beacon_config_adhoc to commonOleksij Rempel1-19/+2
2014-03-17ath9k: move ath9k_beacon_config_sta to common-beaconOleksij Rempel1-77/+3
2014-03-17ath9k: move sc_flags to ath_commonOleksij Rempel1-8/+10
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-13ath9k: prepare for multi-interface CSA supportMichal Kazior1-10/+19
2014-01-04ath9k: 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-19ath9k: properly preserve TSF across resetFelix Fietkau1-45/+43
2013-12-19ath9k_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-12ath9k: Fix IBSS joiner modeSujith Manoharan1-26/+87
2013-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+1
2013-01-23ath9k: 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