summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/channel.c
Commit message (Expand)AuthorAgeFilesLines
...
* ath9k: Check beaconing mode properlySujith Manoharan2014-09-151-0/+3
* ath9k: Remove unnecessary tbtt assignmentSujith Manoharan2014-09-151-3/+2
* ath9k: fix radar parameters initializationLorenzo Bianconi2014-09-151-2/+0
* ath9k: Fix beacon miss handlingSujith Manoharan2014-09-111-12/+32
* ath9k: Fix channel switch time durationSujith Manoharan2014-09-111-1/+1
* ath9k: Clear offchannel duration properlySujith Manoharan2014-09-111-1/+4
* ath9k: Fix Notice of Absence issuesSujith Manoharan2014-09-111-35/+70
* ath9k: Assign offchannel duration properlySujith Manoharan2014-09-111-2/+7
* ath9k: Fix MCC scanningSujith Manoharan2014-09-091-1/+3
* ath9k: Fix offchannel operationSujith Manoharan2014-09-091-0/+4
* ath9k: Add CTWindow supportSujith Manoharan2014-09-091-0/+26
* ath9k: Fix offchannel duration calculationSujith Manoharan2014-09-091-4/+5
* ath9k: Fix NoA start time calculationSujith Manoharan2014-09-091-2/+2
* ath9k: Fix channel context timerSujith Manoharan2014-08-281-1/+1
* ath9k: Add more debug statements for channel contextSujith Manoharan2014-08-281-12/+78
* ath9k: Fix channel context creationSujith Manoharan2014-08-281-1/+21
* ath9k: Print the event/state in ath_chanctx_eventSujith Manoharan2014-08-281-2/+35
* ath9k: Add new chanctx eventsSujith Manoharan2014-08-281-0/+4
* ath9k: Move ath9k_beacon_add_noa to channel.cSujith Manoharan2014-08-281-0/+49
* ath9k: Remove redundant ifdefSujith Manoharan2014-08-281-2/+0
* ath9k: Use ath_chanctx_check_active properlySujith Manoharan2014-08-281-45/+45
* ath9k: Add ath9k_offchannel_initSujith Manoharan2014-08-281-8/+25
* ath9k: Add ath9k_chanctx_wake_queuesSujith Manoharan2014-08-281-0/+26
* ath9k: Add wrappers for beacon eventsSujith Manoharan2014-08-281-0/+14
* ath9k: Fix channel context eventsSujith Manoharan2014-08-281-20/+24
* ath9k: Make ath_chanctx_switch staticSujith Manoharan2014-08-281-37/+37
* ath9k: Make ath_chanctx_get_oper_chan staticSujith Manoharan2014-08-281-17/+18
* ath9k: Make ath_chanctx_offchan_switch staticSujith Manoharan2014-08-281-13/+13
* ath9k: Conditionally compile more functionsSujith Manoharan2014-08-281-19/+19
* ath9k: Exclude more functionsSujith Manoharan2014-08-281-60/+60
* ath9k: Conditionally compile a few functionsSujith Manoharan2014-08-281-146/+146
* ath9k: Cleanup mgd_prepare_tx callbackSujith Manoharan2014-08-281-31/+1
* ath9k: Make ath_chanctx_work staticSujith Manoharan2014-08-281-9/+9
* ath9k: Add a routine to tear down channel contextsSujith Manoharan2014-08-281-0/+5
* ath9k: Add a routine for initializing channel contextsSujith Manoharan2014-08-281-9/+19
* ath9k: Isolate ath9k_use_chanctx module parameterSujith Manoharan2014-08-281-0/+5
* ath9k: Isolate P2P powersave routinesSujith Manoharan2014-08-281-10/+68
* ath9k: Move P2P functions to channel.cSujith Manoharan2014-08-281-0/+86
* ath9k: Add debug informationSujith Manoharan2014-08-281-1/+60
* ath9k: Move channel operations to channel.cSujith Manoharan2014-08-281-0/+202
* ath9k: Add recovery mechanism for hw TSF timerFelix Fietkau2014-06-191-7/+25
* ath9k: Update channel switch timerFelix Fietkau2014-06-191-0/+11
* ath9k: Handle beacon miss on multi channel contextFelix Fietkau2014-06-191-4/+26
* ath9k: Add periodic NoA supportFelix Fietkau2014-06-191-3/+21
* ath9k: Add multi-channel scheduling supportFelix Fietkau2014-06-191-4/+91
* ath9k: Implement mgd_prepare_txFelix Fietkau2014-06-191-8/+42
* ath9k: Adjust AP beacon tsf based on station contextFelix Fietkau2014-06-191-0/+48
* ath9k: switch channel after sending beaconFelix Fietkau2014-06-191-1/+2
* ath9k: Add p2p go NoA attributeFelix Fietkau2014-06-191-5/+34
* ath9k: switch channel context for beaconingFelix Fietkau2014-06-191-2/+82