summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/ath9k.h
diff options
context:
space:
mode:
authorSujith Manoharan <c_manoha@qca.qualcomm.com>2014-08-24 21:16:10 +0530
committerJohn W. Linville <linville@tuxdriver.com>2014-08-28 14:49:39 -0400
commit02da18b7ec64135fc1b35c036acbd920d2cce2d6 (patch)
tree5ac24086bec39e9c7f2e691519d8faa9fcc07f65 /drivers/net/wireless/ath/ath9k/ath9k.h
parent6e47fafbc38a93797f86413db8eea3e9319ebbd0 (diff)
downloadlinux-stable-02da18b7ec64135fc1b35c036acbd920d2cce2d6.tar.gz
linux-stable-02da18b7ec64135fc1b35c036acbd920d2cce2d6.tar.bz2
linux-stable-02da18b7ec64135fc1b35c036acbd920d2cce2d6.zip
ath9k: Add new chanctx events
This will be useful in handling addition/change of new channel contexts. Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/ath9k.h')
-rw-r--r--drivers/net/wireless/ath/ath9k/ath9k.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/ath9k.h b/drivers/net/wireless/ath/ath9k/ath9k.h
index acbe2b7956ae..7c8c6f158c91 100644
--- a/drivers/net/wireless/ath/ath9k/ath9k.h
+++ b/drivers/net/wireless/ath/ath9k/ath9k.h
@@ -359,7 +359,9 @@ enum ath_chanctx_event {
ATH_CHANCTX_EVENT_BEACON_RECEIVED,
ATH_CHANCTX_EVENT_ASSOC,
ATH_CHANCTX_EVENT_SWITCH,
+ ATH_CHANCTX_EVENT_ASSIGN,
ATH_CHANCTX_EVENT_UNASSIGN,
+ ATH_CHANCTX_EVENT_CHANGE,
ATH_CHANCTX_EVENT_ENABLE_MULTICHANNEL,
};