index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ath
/
ath9k
/
channel.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ath9k: Add CTWindow support
Sujith Manoharan
2014-09-09
1
-0
/
+26
*
ath9k: Fix offchannel duration calculation
Sujith Manoharan
2014-09-09
1
-4
/
+5
*
ath9k: Fix NoA start time calculation
Sujith Manoharan
2014-09-09
1
-2
/
+2
*
ath9k: Fix channel context timer
Sujith Manoharan
2014-08-28
1
-1
/
+1
*
ath9k: Add more debug statements for channel context
Sujith Manoharan
2014-08-28
1
-12
/
+78
*
ath9k: Fix channel context creation
Sujith Manoharan
2014-08-28
1
-1
/
+21
*
ath9k: Print the event/state in ath_chanctx_event
Sujith Manoharan
2014-08-28
1
-2
/
+35
*
ath9k: Add new chanctx events
Sujith Manoharan
2014-08-28
1
-0
/
+4
*
ath9k: Move ath9k_beacon_add_noa to channel.c
Sujith Manoharan
2014-08-28
1
-0
/
+49
*
ath9k: Remove redundant ifdef
Sujith Manoharan
2014-08-28
1
-2
/
+0
*
ath9k: Use ath_chanctx_check_active properly
Sujith Manoharan
2014-08-28
1
-45
/
+45
*
ath9k: Add ath9k_offchannel_init
Sujith Manoharan
2014-08-28
1
-8
/
+25
*
ath9k: Add ath9k_chanctx_wake_queues
Sujith Manoharan
2014-08-28
1
-0
/
+26
*
ath9k: Add wrappers for beacon events
Sujith Manoharan
2014-08-28
1
-0
/
+14
*
ath9k: Fix channel context events
Sujith Manoharan
2014-08-28
1
-20
/
+24
*
ath9k: Make ath_chanctx_switch static
Sujith Manoharan
2014-08-28
1
-37
/
+37
*
ath9k: Make ath_chanctx_get_oper_chan static
Sujith Manoharan
2014-08-28
1
-17
/
+18
*
ath9k: Make ath_chanctx_offchan_switch static
Sujith Manoharan
2014-08-28
1
-13
/
+13
*
ath9k: Conditionally compile more functions
Sujith Manoharan
2014-08-28
1
-19
/
+19
*
ath9k: Exclude more functions
Sujith Manoharan
2014-08-28
1
-60
/
+60
*
ath9k: Conditionally compile a few functions
Sujith Manoharan
2014-08-28
1
-146
/
+146
*
ath9k: Cleanup mgd_prepare_tx callback
Sujith Manoharan
2014-08-28
1
-31
/
+1
*
ath9k: Make ath_chanctx_work static
Sujith Manoharan
2014-08-28
1
-9
/
+9
*
ath9k: Add a routine to tear down channel contexts
Sujith Manoharan
2014-08-28
1
-0
/
+5
*
ath9k: Add a routine for initializing channel contexts
Sujith Manoharan
2014-08-28
1
-9
/
+19
*
ath9k: Isolate ath9k_use_chanctx module parameter
Sujith Manoharan
2014-08-28
1
-0
/
+5
*
ath9k: Isolate P2P powersave routines
Sujith Manoharan
2014-08-28
1
-10
/
+68
*
ath9k: Move P2P functions to channel.c
Sujith Manoharan
2014-08-28
1
-0
/
+86
*
ath9k: Add debug information
Sujith Manoharan
2014-08-28
1
-1
/
+60
*
ath9k: Move channel operations to channel.c
Sujith Manoharan
2014-08-28
1
-0
/
+202
*
ath9k: Add recovery mechanism for hw TSF timer
Felix Fietkau
2014-06-19
1
-7
/
+25
*
ath9k: Update channel switch timer
Felix Fietkau
2014-06-19
1
-0
/
+11
*
ath9k: Handle beacon miss on multi channel context
Felix Fietkau
2014-06-19
1
-4
/
+26
*
ath9k: Add periodic NoA support
Felix Fietkau
2014-06-19
1
-3
/
+21
*
ath9k: Add multi-channel scheduling support
Felix Fietkau
2014-06-19
1
-4
/
+91
*
ath9k: Implement mgd_prepare_tx
Felix Fietkau
2014-06-19
1
-8
/
+42
*
ath9k: Adjust AP beacon tsf based on station context
Felix Fietkau
2014-06-19
1
-0
/
+48
*
ath9k: switch channel after sending beacon
Felix Fietkau
2014-06-19
1
-1
/
+2
*
ath9k: Add p2p go NoA attribute
Felix Fietkau
2014-06-19
1
-5
/
+34
*
ath9k: switch channel context for beaconing
Felix Fietkau
2014-06-19
1
-2
/
+82
*
ath9k: Move beacon config to channel context
Rajkumar Manoharan
2014-06-19
1
-1
/
+0
*
ath9k: save tsf in channel context
Felix Fietkau
2014-06-19
1
-0
/
+5
*
ath9k: Add ATH_OP_MULTI_CHANNEL
Felix Fietkau
2014-06-19
1
-0
/
+13
*
ath9k: Fetch appropriate operating channel context
Rajkumar Manoharan
2014-06-19
1
-5
/
+9
*
ath9k: Implement hw_scan support
Felix Fietkau
2014-06-19
1
-0
/
+31
*
ath9k: send powersave frame on channel switch
Felix Fietkau
2014-06-19
1
-0
/
+97
*
ath9k: Add channel context worker thread
Felix Fietkau
2014-06-19
1
-6
/
+58
*
ath9k: Move acq to channel context
Felix Fietkau
2014-06-19
1
-1
/
+3
*
ath9k: Move txpower limit to channel context
Felix Fietkau
2014-06-19
1
-0
/
+1
*
ath9k: Add channel context structure
Felix Fietkau
2014-06-19
1
-0
/
+133