[PATCH 04/13] main: don't lie about supported filters

Kalle Valo kvalo at qca.qualcomm.com
Thu May 23 07:06:52 EDT 2013


As we don't change any filters in firmware better
not to claim anything else to mac80211.

Signed-off-by: Kalle Valo <kvalo at qca.qualcomm.com>
---
 main.c |    8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/main.c b/main.c
index ab6a3be..902ecd2 100644
--- a/main.c
+++ b/main.c
@@ -119,12 +119,8 @@ static int wcn36xx_config(struct ieee80211_hw *hw, u32 changed)
 	return 0;
 }
 
-#define WCN36XX_SUPPORTED_FILTERS (FIF_PROMISC_IN_BSS | \
-				  FIF_ALLMULTI | \
-				  FIF_FCSFAIL | \
-				  FIF_BCN_PRBRESP_PROMISC | \
-				  FIF_CONTROL | \
-				  FIF_OTHER_BSS)
+#define WCN36XX_SUPPORTED_FILTERS (0)
+
 static void wcn36xx_configure_filter(struct ieee80211_hw *hw,
 				       unsigned int changed,
 				       unsigned int *total, u64 multicast)




More information about the wcn36xx mailing list