ath9k: Add support for more WOW patterns
Newer chips like WB222, WB335 support more than 8 user-configurable patterns. This patch adds support for it by setting up the correct HW registers. Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:

committed by
Kalle Valo

parent
6d4beca377
commit
a28815db67
@@ -273,6 +273,7 @@ enum ath9k_hw_caps {
|
||||
|
||||
struct ath9k_hw_wow {
|
||||
u32 wow_event_mask;
|
||||
u32 wow_event_mask2;
|
||||
u8 max_patterns;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user