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