Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
ed2578cd24d033dcaa046b7324e91215ae1fdd8d
/
drivers
/
net
/
wireless
/
ath
/
ath9k
/
beacon.c
ed2578c
ath9k: simplify beacon configuration for beaconing vifs
by Rajkumar Manoharan
· 13 years ago
cd484ae
ath9k: fix beacon descriptor
by Rajkumar Manoharan
· 13 years ago
4e7fb71
ath9k: skip beaconing when reset work is pending
by Rajkumar Manoharan
· 13 years ago
de5f8fc
ath9k: fix ibss beacon next tbtt
by Rajkumar Manoharan
· 13 years ago
b381fa3
ath9k: optimize the hardware hang check
by Felix Fietkau
· 13 years ago
d47a61a
ath9k: Fix multi-VIF BSS handling
by Sujith Manoharan
· 13 years ago
4e0ad25
ath9k: fix drv_tx_last_beacon on AR9003 by processing beacon tx status
by Felix Fietkau
· 13 years ago
d6157bf
Revert "ath9k_hw: Fix false tx hung detection in AR9003 chips"
by Felix Fietkau
· 13 years ago
98f0a5e
ath9k: tx queue enable is read only for EDMA chipsets
by Mohammed Shafi Shajakhan
· 13 years ago
d2182b6
ath: Convert ath_dbg(bar, ATH_DBG_<FOO>, to ath_dbg(bar, FOO
by Joe Perches
· 13 years ago
72d874c
ath9k_hw: make ath9k_hw_set_interrupts use ah->imask by default
by Felix Fietkau
· 13 years ago
493cf04
ath9k: use the new API for setting tx descriptors
by Felix Fietkau
· 13 years ago
7a2721a
ath9k: call ath9k_hw_set_desc_link for beacon descriptors
by Felix Fietkau
· 13 years ago
c31c826
ath9k: make beacon timer initialization more reliable
by Felix Fietkau
· 13 years ago
236de51
ath9k: always call ath_reset from workqueue context
by Felix Fietkau
· 13 years ago
82b2d33
ath9k: eliminate common->{rx,tx}_chainmask
by Felix Fietkau
· 13 years ago
e8fe733
ath9k: Use atomic reference count for interrupt ops
by Rajkumar Manoharan
· 13 years ago
b037b69
ath9k: do not enable interrupt on set interrupt mask
by Rajkumar Manoharan
· 13 years ago
df2cbe4
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem
by John W. Linville
· 13 years ago
f6b4e4d
ath9k: Fix locking issue during tx completion
by Rajkumar Manoharan
· 13 years ago
dcfcbd5
ath9k_hw: Fix false tx hung detection in AR9003 chips
by Rajkumar Manoharan
· 13 years ago
b7f080c
net: remove mm.h inclusion from netdevice.h
by Alexey Dobriyan
· 13 years ago
81168e5
ath9k: Further fix for mesh beaconing
by Fabrice Deyber
· 13 years ago
f29f5c0
ath9k: Remove ATH9K_BEACON_PERIOD mask
by Rajkumar Manoharan
· 13 years ago
ba4903f
ath9k: implement .tx_last_beacon()
by Felix Fietkau
· 13 years ago
ac56703
ath9k: fix ad-hoc nexttbtt calculation
by Felix Fietkau
· 13 years ago
5b68138
ath9k: Drag the driver to the year 2011
by Sujith Manoharan
· 13 years ago
c6820f1
ath9k: fix ad-hoc mode beacon selection
by Felix Fietkau
· 13 years ago
deb7518
ath9k: avoid enabling interrupts while processing rx
by Rajkumar Manoharan
· 14 years ago
92c6f76c
ath9k: set beacon related ps flags on bss_info change
by Rajkumar Manoharan
· 14 years ago
8e22ad3
ath9k: Fix beacon generation on foreign channel
by Rajkumar Manoharan
· 14 years ago
10add41
ath9k: Fix improper beacon slot selection in IBSS
by Rajkumar Manoharan
· 14 years ago
f60c49b
ath9k: Fix kernel panic on module unload
by Rajkumar Manoharan
· 14 years ago
99e4d43
ath9k: configure beacons based on hw opmode
by Rajkumar Manoharan
· 14 years ago
66da424
ath9k: Cleanup ath_vif struct
by Rajkumar Manoharan
· 14 years ago
26cd322
ath9k: use the hw opmode to select the beacon timer mode
by Felix Fietkau
· 14 years ago
5e65968
ath9k: fix beacon slot processing in ad-hoc mode
by Felix Fietkau
· 14 years ago
c944daf4
ath9k: fix stuck beacon detection
by Felix Fietkau
· 14 years ago
87c510fe
ath9k: trigger nfcal only after multiple missed beacons in AP mode
by Felix Fietkau
· 14 years ago
dd347f2
ath9k: fix beacon timer handling issues
by Felix Fietkau
· 14 years ago
efff395
ath9k: improve reliability of beacon transmission and stuck beacon handling
by Felix Fietkau
· 14 years ago
014cf3b
ath9k: disable beaconing before stopping beacon queue
by Rajkumar Manoharan
· 14 years ago
9814f6b
ath9k: Remove redundant beacon_interval
by Steve Brown
· 14 years ago
3a2329f
ath9k: Update comments for not parsing DTIM period
by Mohammed Shafi Shajakhan
· 14 years ago
9ac5861
ath9k: fold struct ath_wiphy into struct ath_softc
by Felix Fietkau
· 14 years ago
7545daf
ath9k: remove support for virtual wiphys
by Felix Fietkau
· 14 years ago
d7e86c3
ath9k: remove a bogus error message
by Felix Fietkau
· 14 years ago
4801416
ath9k: Fix up hardware mode and beacons with multiple vifs.
by Ben Greear
· 14 years ago
ee832d3
ath9k: Few clean ups in beacon config parameters
by Mohammed Shafi Shajakhan
· 14 years ago
226afe6
ath: Convert ath_print to ath_dbg
by Joe Perches
· 14 years ago
3800276
ath: Convert ath_print(.., ATH_DBG_FATAL to ath_err
by Joe Perches
· 14 years ago
ea066d5
ath9k: Add support for Adaptive Power Management
by Mohammed Shafi Shajakhan
· 14 years ago
28d1670
ath9k: clean up code duplication around ath_tx_start
by Felix Fietkau
· 14 years ago
066dae9
ath9k: rework tx queue selection and fix queue stopping/waking
by Felix Fietkau
· 14 years ago
4df3071
ath9k_hw: optimize interrupt mask changes
by Felix Fietkau
· 14 years ago
fac6b6a
ath9k: resume aggregation immediately after a hardware reset
by Felix Fietkau
· 14 years ago
6cf9e99
ath9k: Null out references to stale pointers.
by Ben Greear
· 14 years ago
c1739eb3
ath9k: Remove bf_dmacontext.
by Ben Greear
· 14 years ago
70cf153
ath9k: use AP beacon miss as a trigger for fast recalibration
by Felix Fietkau
· 14 years ago
6252fcb
ath9k: add a separate debug level for stuck beacons
by Felix Fietkau
· 14 years ago
1d2231e
ath9k: remove duplicate WMM AC definitions
by Felix Fietkau
· 14 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
· 15 years ago
546256f
ath9k: Add sanity check for beacon_int in adhoc/mesh case
by Jouni Malinen
· 15 years ago
b74444f
ath9k: Reset SC_OP_TSF_RESET flag after stuck beacon
by Jeff Hansen
· 15 years ago
267a901
ath9k: Optimize TBTT/DTIM calculation for timers
by Jouni Malinen
· 15 years ago
6b96f93
ath9k: cleanup beacon parameters configuration
by Vasanthakumar Thiagarajan
· 15 years ago
d31e20a
ath9k: Remove unused parameters which are passed to ath_beacon_config_X()
by Vasanthakumar Thiagarajan
· 15 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
Next »