iwlwifi: mvm: generalize the other-scan stopping code
[deliverable/linux.git] / drivers / net / wireless / iwlwifi / mvm / mvm.h
index a8648fabd45f1add85ef22157f08f33f2c023dae..cb99eb7ca3bfb8f89844b9370bdab974576d9ecf 100644 (file)
@@ -661,8 +661,11 @@ struct iwl_mvm {
        void *scan_cmd;
        struct iwl_mcast_filter_cmd *mcast_filter_cmd;
 
+       /* max number of simultaneous scans the FW supports */
+       unsigned int max_scans;
+
        /* UMAC scan tracking */
-       u32 scan_uid[IWL_MVM_MAX_SIMULTANEOUS_SCANS];
+       u32 scan_uid[IWL_MVM_MAX_UMAC_SCANS];
        u8 scan_seq_num, sched_scan_seq_num;
 
        /* rx chain antennas set through debugfs for the scan command */
This page took 0.026896 seconds and 5 git commands to generate.