qcacld-3.0: Change dot11p_mode to enumerated type
dot11p_mode is currently represented with a uint8_t type, despite an appropriate enumerated type being available. Change the field's type to the more restrictive 'enum dot11p_mode' instead of uint8_t. Change-Id: I847ce0901297b0a3e4312e8ce4124a886320f174 CRs-Fixed: 2335575
This commit is contained in:
@@ -616,13 +616,13 @@ ucfg_mlme_set_pmkid_modes(struct wlan_objmgr_psoc *psoc,
|
||||
/**
|
||||
* ucfg_mlme_get_dot11p_mode() - Get the setting about 802.11p mode
|
||||
* @psoc: pointer to psoc object
|
||||
* @val: Pointer to the value which will be filled for the caller
|
||||
* @out_mode: Pointer to the mode which will be filled for the caller
|
||||
*
|
||||
* Return: QDF Status
|
||||
*/
|
||||
QDF_STATUS
|
||||
ucfg_mlme_get_dot11p_mode(struct wlan_objmgr_psoc *psoc,
|
||||
uint8_t *val);
|
||||
enum dot11p_mode *out_mode);
|
||||
|
||||
/**
|
||||
* ucfg_mlme_get_go_cts2self_for_sta() - Stop NOA and start using cts2self
|
||||
|
Reference in New Issue
Block a user