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:
Naga
2019-03-05 22:47:18 +05:30
committed by nshrivas
parent fc3c8cf330
commit 5285b06fe5
2 changed files with 16 additions and 17 deletions

View File

@@ -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;
};
/**