[PATCH 02/10] main: remove power save related mac80211 capabilities
Kalle Valo
kvalo at qca.qualcomm.com
Mon May 27 07:52:42 EDT 2013
We don't support these yet.
Signed-off-by: Kalle Valo <kvalo at qca.qualcomm.com>
---
main.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/main.c b/main.c
index c9f452d..2ff37db 100644
--- a/main.c
+++ b/main.c
@@ -520,9 +520,6 @@ static int wcn36xx_init_ieee80211(struct wcn36xx *wcn)
int ret = 0;
wcn->hw->flags = IEEE80211_HW_SIGNAL_DBM |
- IEEE80211_HW_SUPPORTS_PS |
- IEEE80211_HW_SUPPORTS_DYNAMIC_PS |
- IEEE80211_HW_AP_LINK_PS |
IEEE80211_HW_HAS_RATE_CONTROL;
wcn->hw->wiphy->interface_modes = BIT(NL80211_IFTYPE_STATION) |
More information about the wcn36xx
mailing list