Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
c3d1f1746b966907ba5ad2f75ddca24db8b21147
/
drivers
/
net
/
wireless
/
ath
/
ath9k
/
beacon.c
1d2231e
ath9k: remove duplicate WMM AC definitions
by Felix Fietkau
· 15 years ago
a65e4cb4
ath9k: remove VEOL support for ad-hoc
by Felix Fietkau
· 15 years ago
774610e
ath9k: change beacon allocation to prefer the first beacon slot
by Felix Fietkau
· 15 years ago
cc610ac0
ath9k_hw: Define abstraction for tx desc access
by Vasanthakumar Thiagarajan
· 15 years ago
3f3a1c8
ath9k_hw: Move code which populates ds_data to ath9k_hw
by Vasanthakumar Thiagarajan
· 15 years ago
3069168
ath9k: move imask from sc to ah
by Pavel Roskin
· 15 years ago
d8728ee
ath9k: fix beacon timer restart after a card reset
by Felix Fietkau
· 15 years ago
64b8401
ath9k: Use the Beacon TX rate from mac80211
by Jouni Malinen
· 15 years ago
1a20034
ath9k: configure the beacon only if the STA is associated
by Senthil Balasubramanian
· 15 years ago
0005baf
ath9k: cleanup slot time and ack/cts timeout handling
by Felix Fietkau
· 15 years ago
94db293
ath9k: Ensure a fair beacon distribution in IBSS mode.
by Vivek Natarajan
· 15 years ago
545750d
ath9k: properly use the mac80211 rate control api
by Felix Fietkau
· 15 years ago
536b3a7
ath9k: rename ath_beaconq_setup() to ath9k_hw_beaconq_setup()
by Luis R. Rodriguez
· 15 years ago
43c2761
atheros: move tx/rx chainmask to ath_common
by Luis R. Rodriguez
· 15 years ago
c46917b
atheros: add common debug printing
by Luis R. Rodriguez
· 15 years ago
21526d5
ath9k: move ps helpers onto core driver when reseting tsf
by Luis R. Rodriguez
· 15 years ago
4d6b228
ath9k: use ath_hw for DPRINTF() and debug init/exit
by Luis R. Rodriguez
· 15 years ago
c4f9f16
ath9k: Make sure we configure a non-zero beacon interval
by Vasanthakumar Thiagarajan
· 16 years ago
546256f
ath9k: Add sanity check for beacon_int in adhoc/mesh case
by Jouni Malinen
· 16 years ago
b74444f
ath9k: Reset SC_OP_TSF_RESET flag after stuck beacon
by Jeff Hansen
· 16 years ago
267a901
ath9k: Optimize TBTT/DTIM calculation for timers
by Jouni Malinen
· 16 years ago
6b96f93
ath9k: cleanup beacon parameters configuration
by Vasanthakumar Thiagarajan
· 16 years ago
d31e20a
ath9k: Remove unused parameters which are passed to ath_beacon_config_X()
by Vasanthakumar Thiagarajan
· 16 years ago
4f0fc7c
ath9k: make private driver rate tables const
by Luis R. Rodriguez
· 16 years ago
57c4d7b
mac80211: clean up beacon interval settings
by Johannes Berg
· 16 years ago
203c480
atheros: put atheros wireless drivers into ath/
by Luis R. Rodriguez
· 16 years ago
[Renamed from drivers/net/wireless/ath9k/beacon.c]
a22be22
ath9k: Avoid unneeded casts
by Sujith
· 16 years ago
d8baa93
ath9k: Cleanup debug messages
by Sujith
· 16 years ago
9cb5412
Add mesh point functionality to ath9k
by Pat Erley
· 16 years ago
cee075a
ath9k: Update copyright in all the files
by Sujith
· 16 years ago
4ed96f0
ath9k: Add support for multiple virtual AP interfaces
by Jouni Malinen
· 16 years ago
f0ed85c
ath9k: Virtual wiphy pause/unpause functionality
by Jouni Malinen
· 16 years ago
c52f33d
ath9k: Add support for multiple secondary virtual wiphys
by Jouni Malinen
· 16 years ago
2c3db3d
ath9k: Cleanup multiple VIF processing
by Jouni Malinen
· 16 years ago
b238e90
ath9k: Handle TSF properly for AP mode
by Sujith
· 16 years ago
5379c8a
ath9k: Split beacon configuration into mode specific routines
by Sujith
· 16 years ago
9546aae
ath9k: Cleanup beacon stuck processing
by Sujith
· 16 years ago
9fc9ab0
ath9k: Scrub beacon.c
by Sujith
· 16 years ago
f452a63
ath9k: Don't reset TSF after scanning automatically
by Alina Friedrichsen
· 16 years ago
4af9cf4
ath9k: Enable TSF Out of Range Interrupt
by Sujith
· 16 years ago
2660b81
ath9k: Remove all the useless ah_ variable prefixes
by Sujith
· 16 years ago
cbe61d8
ath9k: Merge ath_hal and ath_hal_5416 structures
by Sujith
· 16 years ago
17d7904
ath9k: Remove all the sc_ prefixes
by Sujith
· 16 years ago
394cf0a
ath9k: Header file cleanup
by Sujith
· 16 years ago
043a040
ath9k: Merge queue draining functions
by Sujith
· 16 years ago
7da3c55
ath9k: convert to use bus-agnostic DMA routines
by Gabor Juhos
· 16 years ago
f5870ac
ath9k: convert to struct device
by Gabor Juhos
· 16 years ago
b77f483
ath9k: Refactor struct ath_softc
by Sujith
· 16 years ago
3706de6
ath9k: Maintain rate table choice after association
by Sujith
· 16 years ago
3fbb9d9
ath9k: Free Beacon skbs in AP mode
by Jouni Malinen
· 16 years ago
f8316df
ath9k: Check for pci_map_single() errors
by Luis R. Rodriguez
· 16 years ago
d97809d
ath9k: Replace ath9k_opmode with nl80211_iftype
by Colin McCabe
· 16 years ago
2a163c6
ath9k: Add a debugfs file for dumping DMA status
by Sujith
· 16 years ago
04bd4638
ath9k: Use cleaner debug masks
by Sujith
· 16 years ago
5b9ab2e
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
ff37e33
ath9k: Code scrub
by Sujith
· 16 years ago
e63835b
ath9k: Remove ath9k_rate_table
by Sujith
· 16 years ago
ca0c7e5
ath9k: Fix SW-IOMMU bounce buffer starvation
by Luis R. Rodriguez
· 16 years ago
5640b08
ath9k: Revamp VAP management
by Sujith
· 16 years ago
528f0c6
ath9k: Revamp transmit control block
by Sujith
· 16 years ago
0345f37
ath9k: kill ath9k's memzero() and use memset() instead
by Luis R. Rodriguez
· 16 years ago
459f5f9
ath9k: Fix nexttbtt calculation
by Sujith
· 16 years ago
980b24d
ath9k: Whitespace cleanup
by Sujith
· 16 years ago
822ceae
ath9k: Remove more dead code
by Sujith
· 16 years ago
e022edb
ath9k: Use mac80211 for multicast power save buffering
by Jouni Malinen
· 16 years ago
19b73c7
ath9k: Add IEEE80211_HW_RX_INCLUDES_FCS to hw flags
by Sujith
· 16 years ago
ff9b662
ath9k: Miscellaneous fixes
by Sujith
· 16 years ago
147583c
ath9k: Assign seq# when mac80211 requests this
by Jouni Malinen
· 16 years ago
a8fff50
ath9k: Updated Beacon generation to use mac80211-style
by Jouni Malinen
· 16 years ago
98deeea
ath9k: Trim struct ath_softc
by Sujith
· 16 years ago
672840a
ath9k: Use bitfields for sc operations
by Sujith
· 16 years ago
b4696c8b
ath9k: Use a single opmode variable
by Sujith
· 16 years ago
f45144e
ath9k: Merge reset functions
by Sujith
· 16 years ago
86b89ee
ath9k: Revamp wireless mode usage
by Sujith
· 16 years ago
ea9880f
ath9k: Remove redundant data structure ath9k_txq_info
by Sujith
· 16 years ago
60b67f5
ath9k: Cleanup data structures related to HW capabilities
by Sujith
· 16 years ago
f078f20
ath9k: Add new Atheros IEEE 802.11n driver
by Luis R. Rodriguez
· 16 years ago