iwlwifi: mvm: allow to disable beacon filtering for AP/GO interface
[deliverable/linux.git] / drivers / net / wireless / intel / iwlwifi / mvm / mvm.h
index 747f7eb80f471ad72ec116645422690cd9d1f272..ebe37bb0ce4c4f42643bc6443d4b55246de132f3 100644 (file)
@@ -859,6 +859,12 @@ struct iwl_mvm {
 
        u32 ciphers[6];
        struct iwl_mvm_tof_data tof_data;
+
+       /*
+        * Drop beacons from other APs in AP mode when there are no connected
+        * clients.
+        */
+       bool drop_bcn_ap_mode;
 };
 
 /* Extract MVM priv from op_mode and _hw */
This page took 0.026755 seconds and 5 git commands to generate.