qcacld-3.0: Use enum QDF_OPMODE

Change "qcacmn: Rename enum tQDF_ADAPTER_MODE" (qca-wifi-host-cmn
Change-Id I20f1b6d1a0ab4b8fe6a85cefdff96a49e2f4652c) renamed enum
tQDF_ADAPTER_MODE to QDF_OPMODE. Update all references to use the
new name.

Change-Id: Ic6f663dac11a100f168b2626c7c0fbcaccbfca4f
CRs-Fixed: 2141065
This commit is contained in:
Jeff Johnson
2017-11-09 09:50:17 -08:00
committed by snandini
parent 80c1b19913
commit c1e6278e02
34 changed files with 79 additions and 79 deletions

View File

@@ -41,7 +41,7 @@
* Return: true in case support else false
*/
bool ucfg_pmo_is_ap_mode_supports_arp_ns(struct wlan_objmgr_psoc *psoc,
enum tQDF_ADAPTER_MODE vdev_opmode);
enum QDF_OPMODE vdev_opmode);
/**
* ucfg_pmo_is_vdev_connected() - to check whether peer is associated or not