index
:
drm-intel
core-for-ci
drm-intel-fixes
drm-intel-gt-next
drm-intel-gt-next-backup
drm-intel-next
drm-intel-next-fixes
drm-intel-next-queued
drm-intel-testing
for-linux-next
for-linux-next-fixes
for-linux-next-gt
i915-orig
main
maintainer-tools
topic/core-for-CI
topic/drm-intel-gem-next
topic/thunderbolt-next
Linux driver for Intel graphics
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ath
/
ath9k
/
htc_drv_beacon.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-27
mac80211: rename csa counters to countdown counters
John Crispin
1
-1
/
+1
2017-09-25
ath9k: remove cast to void pointer
Himanshu Jha
1
-1
/
+1
2016-07-08
ath9k: Remove some #defined constants to decrease verbosity
Benjamin Berg
1
-1
/
+1
2015-06-15
ath9k_htc: add support of channel switch
Chun-Yeow Yeoh
1
-0
/
+19
2014-03-17
ath9k_htc: move DEFAULT_SWBA_RESPONSE check to ath9k_htc_beacon_init
Oleksij Rempel
1
-17
/
+5
2014-03-17
ath9k_htc: use ath9k_cmn_beacon_config_ap
Oleksij Rempel
1
-35
/
+8
2014-03-17
ath9k_htc: use ath9k_cmn_beacon_config_adhoc
Oleksij Rempel
1
-28
/
+7
2014-03-17
ath9k_htc: use ath9k_htc_beacon_init in ath9k_htc_beacon_config_adhoc
Oleksij Rempel
1
-19
/
+12
2014-03-17
ath9k_htc: use ath9k_htc_beacon_init in ath9k_htc_beacon_config_ap
Oleksij Rempel
1
-20
/
+11
2014-03-17
ath9k_htc: add ath9k_htc_beacon_init (but not use it)
Oleksij Rempel
1
-0
/
+22
2014-03-17
ath9k_htc: use ath9k_cmn_beacon_config_sta
Oleksij Rempel
1
-82
/
+2
2014-03-17
ath9k_htc: use common->op_flags
Oleksij Rempel
1
-1
/
+1
2014-03-17
ath9k_htc: use ath_beacon_conf.enable_beacon
Oleksij Rempel
1
-2
/
+2
2014-03-17
ath9k_htc: move beaconq to struct htc_beacon
Oleksij Rempel
1
-4
/
+4
2014-03-17
ath9k_htc: use common ath_beacon_config
Oleksij Rempel
1
-20
/
+20
2014-02-28
ath9k_htc: remove unused variable sleepduration
Oleksij Rempel
1
-15
/
+7
2013-12-18
ath9k_hw: clean up station beacon timer API
Felix Fietkau
1
-27
/
+12
2013-05-22
ath9k_htc: Add support for mesh interfaces
Javier Cardona
1
-1
/
+4
2013-04-10
ath9k_common: remove ath9k_cmn_padpos
Felix Fietkau
1
-1
/
+1
2012-11-21
ath9k/ath9k_htc: Remove WME macros
Sujith Manoharan
1
-1
/
+1
2012-11-09
mac80211: clarify interface iteration and make it configurable
Johannes Berg
1
-3
/
+3
2012-07-31
mac80211: move TX station pointer and restructure TX
Thomas Huehn
1
-1
/
+1
2012-06-26
ath9k_htc: Use atomic operations for op_flags
Sujith Manoharan
1
-5
/
+5
2011-12-19
ath: Convert ath_dbg(bar, ATH_DBG_<FOO>, to ath_dbg(bar, FOO
Joe Perches
1
-29
/
+22
2011-06-01
ath9k: Remove ATH9K_BEACON_PERIOD mask
Rajkumar Manoharan
1
-4
/
+4
2011-05-19
ath9k: Drag the driver to the year 2011
Sujith Manoharan
1
-1
/
+1
2011-04-25
ath9k: Fix warnings from -Wunused-but-set-variable
Sujith Manoharan
1
-3
/
+3
2011-04-19
ath9k_htc: Fix free slot value for cab queue
Rajkumar Manoharan
1
-1
/
+1
2011-04-13
ath9k_htc: Add TX slots
Sujith Manoharan
1
-4
/
+13
2011-04-13
ath9k_htc: Introduce new HTC API
Sujith Manoharan
1
-1
/
+2
2011-04-13
ath9k_htc: Fix TX queue management
Sujith Manoharan
1
-0
/
+4
2011-04-13
ath9k_htc: Use SKB's private area for TX parameters
Sujith Manoharan
1
-4
/
+7
2011-04-13
ath9k_htc: Queue WMI events
Sujith Manoharan
1
-16
/
+11
2011-04-13
ath9k_htc: Fix beacon miss under heavy load
Sujith Manoharan
1
-5
/
+34
2011-04-13
ath9k_htc: Handle buffered frames in AP mode
Sujith Manoharan
1
-0
/
+43
2011-04-13
ath9k_htc: Configure the beacon queue
Sujith Manoharan
1
-31
/
+46
2011-04-13
ath9k_htc: Add TSF adjust capability
Sujith Manoharan
1
-0
/
+36
2011-04-13
ath9k_htc: Add beacon slots
Sujith Manoharan
1
-12
/
+111
2011-03-30
ath9k: fix beacon timer handling issues
Felix Fietkau
1
-6
/
+3
2011-03-01
ath9k_htc: Handle BSSID/AID for multiple interfaces
Sujith Manoharan
1
-6
/
+52
2011-02-23
ath9k_htc: Fix TBTT calculation for IBSS mode
Sujith Manoharan
1
-4
/
+15
2011-02-23
ath9k_htc: Configure beacon timers in AP mode
Sujith Manoharan
1
-2
/
+76
2011-02-23
ath9k_htc: Make sequence number calculation per-VIF
Sujith Manoharan
1
-2
/
+2
2011-02-23
ath9k_htc: Remove OP_ASSOCIATED variable
Sujith Manoharan
1
-0
/
+19
2010-12-07
ath: Convert ath_print to ath_dbg
Joe Perches
1
-10
/
+10
2010-12-07
ath: Convert ath_print(.., ATH_DBG_FATAL to ath_err
Joe Perches
1
-2
/
+2
2010-09-24
ath9k_htc: Fix beacon distribution in IBSS mode
Rajkumar Manoharan
1
-1
/
+8
2010-06-14
ath9k_htc: use common WMM AC definitions instead of ath9k ones
Felix Fietkau
1
-1
/
+1
2010-06-03
ath9k_htc: Fix fair beacon distribution
Sujith
1
-0
/
+23
2010-05-07
ath9k_htc: Fix beaconing in IBSS mode
Sujith
1
-29
/
+10
[next]