qcacmn: Add change to fix phy_mode
Add change to use different field in vdev_mlme_obj to hold phy_mode as expected by WMI instead of using des_chan->ch_phymode which is of type wlan_phymode This also solve issue with starting preCAC timer for VHT80 mode Change-Id: I2fccd4716b455178b66587ef6992d4a98f3fa290 CRs-Fixed: 2409931
This commit is contained in:
@@ -237,6 +237,7 @@ struct vdev_mlme_mgmt_generic {
|
||||
uint8_t nss_2g;
|
||||
uint8_t nss_5g;
|
||||
uint8_t bssid[QDF_MAC_ADDR_SIZE];
|
||||
uint32_t phy_mode;
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user