diff options
author | Sujith Manoharan <c_manoha@qca.qualcomm.com> | 2014-08-22 11:09:24 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-08-28 14:41:57 -0400 |
commit | 27328a75daa92035265a74199ff4fb919739357a (patch) | |
tree | 487156f2d5cc9df2683c71a5e837ebb555aefbcc /drivers/net/wireless/ath/ath9k/init.c | |
parent | dcb784050a518c59f695f76a0a3f802c0a9d92ab (diff) |
ath9k: Add a debug level for channel context
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/init.c')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/init.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/init.c b/drivers/net/wireless/ath/ath9k/init.c index 39419ea845cc..76771f37aa86 100644 --- a/drivers/net/wireless/ath/ath9k/init.c +++ b/drivers/net/wireless/ath/ath9k/init.c | |||
@@ -778,6 +778,8 @@ static void ath9k_set_hw_capab(struct ath_softc *sc, struct ieee80211_hw *hw) | |||
778 | hw->chanctx_data_size = sizeof(void *); | 778 | hw->chanctx_data_size = sizeof(void *); |
779 | hw->extra_beacon_tailroom = | 779 | hw->extra_beacon_tailroom = |
780 | sizeof(struct ieee80211_p2p_noa_attr) + 9; | 780 | sizeof(struct ieee80211_p2p_noa_attr) + 9; |
781 | |||
782 | ath_dbg(common, CHAN_CTX, "Use channel contexts\n"); | ||
781 | } | 783 | } |
782 | } | 784 | } |
783 | 785 | ||