qcacld-3.0: Use WMI_HOST_WLAN_PHY_MODE instead of WLAN_PHY_MODE

Use the enumaration defined in common instead of the legacy one in
cld.

Change-Id: I0ad7659b8d03ae5a14b15ca464395ea3e2571286
CRs-Fixed: 2216803
This commit is contained in:
Tushnim Bhattacharyya 2018-05-04 13:35:59 -07:00 committed by nshrivas
parent 3251405396
commit 89710e3e80
2 changed files with 6 additions and 6 deletions

View File

@ -1063,7 +1063,7 @@ struct wma_txrx_node {
uint8_t llbCoexist;
uint8_t shortSlotTimeSupported;
uint8_t dtimPeriod;
WLAN_PHY_MODE chanmode;
WMI_HOST_WLAN_PHY_MODE chanmode;
uint8_t vht_capable;
uint8_t ht_capable;
A_UINT32 mhz;

View File

@ -551,7 +551,7 @@ static QDF_STATUS wma_fill_vht80_mcast_rate(uint32_t shortgi,
*/
static QDF_STATUS wma_fill_ht_mcast_rate(uint32_t shortgi,
uint32_t chwidth, int32_t mbpsx10_rate,
uint8_t nss, WLAN_PHY_MODE chanmode,
uint8_t nss, WMI_HOST_WLAN_PHY_MODE chanmode,
uint8_t *rate,
int32_t *streaming_rate)
{
@ -586,7 +586,7 @@ static QDF_STATUS wma_fill_ht_mcast_rate(uint32_t shortgi,
static QDF_STATUS wma_fill_vht_mcast_rate(uint32_t shortgi,
uint32_t chwidth,
int32_t mbpsx10_rate, uint8_t nss,
WLAN_PHY_MODE chanmode,
WMI_HOST_WLAN_PHY_MODE chanmode,
uint8_t *rate,
int32_t *streaming_rate)
{
@ -622,9 +622,9 @@ static QDF_STATUS wma_fill_vht_mcast_rate(uint32_t shortgi,
* Return: QDF status
*/
static QDF_STATUS wma_encode_mc_rate(uint32_t shortgi, uint32_t chwidth,
WLAN_PHY_MODE chanmode, A_UINT32 mhz,
int32_t mbpsx10_rate, uint8_t nss,
uint8_t *rate)
WMI_HOST_WLAN_PHY_MODE chanmode, A_UINT32 mhz,
int32_t mbpsx10_rate, uint8_t nss,
uint8_t *rate)
{
int32_t ret = 0;