index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ath
/
ath9k
/
channel.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-10-02
ath9k: Pass context to ath9k_chanctx_wake_queues()
Sujith Manoharan
1
-3
/
+3
2014-10-02
ath9k: Print RoC expiration
Sujith Manoharan
1
-0
/
+7
2014-09-26
ath9k: Cache BSS information
Sujith Manoharan
1
-3
/
+3
2014-09-15
ath9k: Check beaconing mode properly
Sujith Manoharan
1
-0
/
+3
2014-09-15
ath9k: Remove unnecessary tbtt assignment
Sujith Manoharan
1
-3
/
+2
2014-09-15
ath9k: fix radar parameters initialization
Lorenzo Bianconi
1
-2
/
+0
2014-09-11
ath9k: Fix beacon miss handling
Sujith Manoharan
1
-12
/
+32
2014-09-11
ath9k: Fix channel switch time duration
Sujith Manoharan
1
-1
/
+1
2014-09-11
ath9k: Clear offchannel duration properly
Sujith Manoharan
1
-1
/
+4
2014-09-11
ath9k: Fix Notice of Absence issues
Sujith Manoharan
1
-35
/
+70
2014-09-11
ath9k: Assign offchannel duration properly
Sujith Manoharan
1
-2
/
+7
2014-09-09
ath9k: Fix MCC scanning
Sujith Manoharan
1
-1
/
+3
2014-09-09
ath9k: Fix offchannel operation
Sujith Manoharan
1
-0
/
+4
2014-09-09
ath9k: Add CTWindow support
Sujith Manoharan
1
-0
/
+26
2014-09-09
ath9k: Fix offchannel duration calculation
Sujith Manoharan
1
-4
/
+5
2014-09-09
ath9k: Fix NoA start time calculation
Sujith Manoharan
1
-2
/
+2
2014-08-28
ath9k: Fix channel context timer
Sujith Manoharan
1
-1
/
+1
2014-08-28
ath9k: Add more debug statements for channel context
Sujith Manoharan
1
-12
/
+78
2014-08-28
ath9k: Fix channel context creation
Sujith Manoharan
1
-1
/
+21
2014-08-28
ath9k: Print the event/state in ath_chanctx_event
Sujith Manoharan
1
-2
/
+35
2014-08-28
ath9k: Add new chanctx events
Sujith Manoharan
1
-0
/
+4
2014-08-28
ath9k: Move ath9k_beacon_add_noa to channel.c
Sujith Manoharan
1
-0
/
+49
2014-08-28
ath9k: Remove redundant ifdef
Sujith Manoharan
1
-2
/
+0
2014-08-28
ath9k: Use ath_chanctx_check_active properly
Sujith Manoharan
1
-45
/
+45
2014-08-28
ath9k: Add ath9k_offchannel_init
Sujith Manoharan
1
-8
/
+25
2014-08-28
ath9k: Add ath9k_chanctx_wake_queues
Sujith Manoharan
1
-0
/
+26
2014-08-28
ath9k: Add wrappers for beacon events
Sujith Manoharan
1
-0
/
+14
2014-08-28
ath9k: Fix channel context events
Sujith Manoharan
1
-20
/
+24
2014-08-28
ath9k: Make ath_chanctx_switch static
Sujith Manoharan
1
-37
/
+37
2014-08-28
ath9k: Make ath_chanctx_get_oper_chan static
Sujith Manoharan
1
-17
/
+18
2014-08-28
ath9k: Make ath_chanctx_offchan_switch static
Sujith Manoharan
1
-13
/
+13
2014-08-28
ath9k: Conditionally compile more functions
Sujith Manoharan
1
-19
/
+19
2014-08-28
ath9k: Exclude more functions
Sujith Manoharan
1
-60
/
+60
2014-08-28
ath9k: Conditionally compile a few functions
Sujith Manoharan
1
-146
/
+146
2014-08-28
ath9k: Cleanup mgd_prepare_tx callback
Sujith Manoharan
1
-31
/
+1
2014-08-28
ath9k: Make ath_chanctx_work static
Sujith Manoharan
1
-9
/
+9
2014-08-28
ath9k: Add a routine to tear down channel contexts
Sujith Manoharan
1
-0
/
+5
2014-08-28
ath9k: Add a routine for initializing channel contexts
Sujith Manoharan
1
-9
/
+19
2014-08-28
ath9k: Isolate ath9k_use_chanctx module parameter
Sujith Manoharan
1
-0
/
+5
2014-08-28
ath9k: Isolate P2P powersave routines
Sujith Manoharan
1
-10
/
+68
2014-08-28
ath9k: Move P2P functions to channel.c
Sujith Manoharan
1
-0
/
+86
2014-08-28
ath9k: Add debug information
Sujith Manoharan
1
-1
/
+60
2014-08-28
ath9k: Move channel operations to channel.c
Sujith Manoharan
1
-0
/
+202
2014-06-19
ath9k: Add recovery mechanism for hw TSF timer
Felix Fietkau
1
-7
/
+25
2014-06-19
ath9k: Update channel switch timer
Felix Fietkau
1
-0
/
+11
2014-06-19
ath9k: Handle beacon miss on multi channel context
Felix Fietkau
1
-4
/
+26
2014-06-19
ath9k: Add periodic NoA support
Felix Fietkau
1
-3
/
+21
2014-06-19
ath9k: Add multi-channel scheduling support
Felix Fietkau
1
-4
/
+91
2014-06-19
ath9k: Implement mgd_prepare_tx
Felix Fietkau
1
-8
/
+42
2014-06-19
ath9k: Adjust AP beacon tsf based on station context
Felix Fietkau
1
-0
/
+48
[prev]
[next]