|
@@ -187,7 +187,7 @@
|
|
#define WLAN_SOC_F_UAPSD 0x00000400
|
|
#define WLAN_SOC_F_UAPSD 0x00000400
|
|
/* STATUS: sleeping */
|
|
/* STATUS: sleeping */
|
|
#define WLAN_SOC_F_SLEEP 0x00000800
|
|
#define WLAN_SOC_F_SLEEP 0x00000800
|
|
- /* Enable marking of dfs interfernce */
|
|
|
|
|
|
+ /* Enable marking of dfs interference */
|
|
#define WLAN_SOC_F_MARKDFS 0x00001000
|
|
#define WLAN_SOC_F_MARKDFS 0x00001000
|
|
/* enable or disable s/w ccmp encrypt decrypt support */
|
|
/* enable or disable s/w ccmp encrypt decrypt support */
|
|
#define WLAN_SOC_F_CCMPSW_ENCDEC 0x00002000
|
|
#define WLAN_SOC_F_CCMPSW_ENCDEC 0x00002000
|
|
@@ -195,7 +195,7 @@
|
|
#define WLAN_SOC_F_HIBERNATION 0x00004000
|
|
#define WLAN_SOC_F_HIBERNATION 0x00004000
|
|
/* CONF: desired country has been set */
|
|
/* CONF: desired country has been set */
|
|
#define WLAN_SOC_F_DESCOUNTRY 0x00008000
|
|
#define WLAN_SOC_F_DESCOUNTRY 0x00008000
|
|
- /* CONF: enable power capability or contraint IE */
|
|
|
|
|
|
+ /* CONF: enable power capability or constraint IE */
|
|
#define WLAN_SOC_F_PWRCNSTRIE 0x00010000
|
|
#define WLAN_SOC_F_PWRCNSTRIE 0x00010000
|
|
/* STATUS: 11D in used */
|
|
/* STATUS: 11D in used */
|
|
#define WLAN_SOC_F_DOT11D 0x00020000
|
|
#define WLAN_SOC_F_DOT11D 0x00020000
|
|
@@ -211,7 +211,7 @@
|
|
#define WLAN_SOC_F_SPECTRAL_INI_DISABLE 0x00800000
|
|
#define WLAN_SOC_F_SPECTRAL_INI_DISABLE 0x00800000
|
|
/* FTM testmode enable */
|
|
/* FTM testmode enable */
|
|
#define WLAN_SOC_F_TESTMODE_ENABLE 0x01000000
|
|
#define WLAN_SOC_F_TESTMODE_ENABLE 0x01000000
|
|
- /* Dynamic HW mode swithch enable */
|
|
|
|
|
|
+ /* Dynamic HW mode switchh enable */
|
|
#define WLAN_SOC_F_DYNAMIC_HW_MODE 0x02000000
|
|
#define WLAN_SOC_F_DYNAMIC_HW_MODE 0x02000000
|
|
/* Broadcast TWT support enable */
|
|
/* Broadcast TWT support enable */
|
|
#define WLAN_SOC_F_BCAST_TWT 0x04000000
|
|
#define WLAN_SOC_F_BCAST_TWT 0x04000000
|
|
@@ -392,7 +392,7 @@ struct wlan_soc_timer {
|
|
/**
|
|
/**
|
|
* struct wlan_objmgr_psoc - PSOC common object
|
|
* struct wlan_objmgr_psoc - PSOC common object
|
|
* @soc_reg: regulatory sub structure
|
|
* @soc_reg: regulatory sub structure
|
|
- * @soc_nif: nif sub strucutre
|
|
|
|
|
|
+ * @soc_nif: nif sub structure
|
|
* @soc_objmgr: object manager sub structure
|
|
* @soc_objmgr: object manager sub structure
|
|
* @soc_cb: south bound callbacks
|
|
* @soc_cb: south bound callbacks
|
|
* @soc_timer: soc timer for inactivity
|
|
* @soc_timer: soc timer for inactivity
|
|
@@ -465,7 +465,7 @@ struct wlan_psoc_host_hal_reg_capabilities_ext2 {
|
|
* @phy_version: device id (from probe)
|
|
* @phy_version: device id (from probe)
|
|
* @dev_type: Offload/DA
|
|
* @dev_type: Offload/DA
|
|
*
|
|
*
|
|
- * Creates PSOC object, intializes with default values
|
|
|
|
|
|
+ * Creates PSOC object, initializes with default values
|
|
* Invokes the registered notifiers to create component object
|
|
* Invokes the registered notifiers to create component object
|
|
*
|
|
*
|
|
* Return: Handle to struct wlan_objmgr_psoc on successful creation,
|
|
* Return: Handle to struct wlan_objmgr_psoc on successful creation,
|
|
@@ -540,7 +540,7 @@ typedef void (*wlan_objmgr_op_handler)(struct wlan_objmgr_psoc *psoc,
|
|
* @obj_type: PDEV_OP/VDEV_OP/PEER_OP
|
|
* @obj_type: PDEV_OP/VDEV_OP/PEER_OP
|
|
* @handler: the handler will be called for each object of requested type
|
|
* @handler: the handler will be called for each object of requested type
|
|
* the handler should be implemented to perform required operation
|
|
* the handler should be implemented to perform required operation
|
|
- * @arg: agruments passed by caller
|
|
|
|
|
|
+ * @arg: arguments passed by caller
|
|
* @lock_free_op: its obsolete
|
|
* @lock_free_op: its obsolete
|
|
* @dbg_id: id of the caller
|
|
* @dbg_id: id of the caller
|
|
*
|
|
*
|
|
@@ -562,7 +562,7 @@ QDF_STATUS wlan_objmgr_iterate_obj_list(
|
|
* @obj_type: PDEV_OP/VDEV_OP/PEER_OP
|
|
* @obj_type: PDEV_OP/VDEV_OP/PEER_OP
|
|
* @handler: the handler will be called for each object of requested type
|
|
* @handler: the handler will be called for each object of requested type
|
|
* the handler should be implemented to perform required operation
|
|
* the handler should be implemented to perform required operation
|
|
- * @arg: agruments passed by caller
|
|
|
|
|
|
+ * @arg: arguments passed by caller
|
|
* @lock_free_op: its obsolete
|
|
* @lock_free_op: its obsolete
|
|
* @dbg_id: id of the caller
|
|
* @dbg_id: id of the caller
|
|
*
|
|
*
|