|
@@ -101,6 +101,7 @@ struct psoc_config {
|
|
|
* @psoc_vdev_rt: PSoC Vdev response timer
|
|
|
* @psoc_mlme_wakelock: Wakelock to prevent system going to suspend
|
|
|
* @rnr_6ghz_cache: Cache of 6Ghz vap in RNR ie format
|
|
|
+ * @rnr_6ghz_cache_legacy: Legacy (13TBTT) cache of 6Ghz vap in RNR ie format
|
|
|
* @psoc_cfg: Psoc level configs
|
|
|
*/
|
|
|
struct psoc_mlme_obj {
|
|
@@ -111,6 +112,7 @@ struct psoc_mlme_obj {
|
|
|
struct psoc_mlme_wakelock psoc_mlme_wakelock;
|
|
|
#endif
|
|
|
struct wlan_6ghz_rnr_global_cache rnr_6ghz_cache[WLAN_UMAC_MAX_PDEVS];
|
|
|
+ struct wlan_6ghz_rnr_global_cache rnr_6ghz_cache_legacy[WLAN_UMAC_MAX_PDEVS];
|
|
|
struct psoc_config psoc_cfg;
|
|
|
};
|
|
|
|