|
@@ -610,16 +610,16 @@ struct nan_disable_req {
|
|
|
* @psoc: Pointer to the psoc object
|
|
|
* @social_chan_2g_freq: Social channel in 2G band for the NAN Discovery
|
|
|
* @social_chan_5g_freq: Social channel in 5G band for the NAN Discovery
|
|
|
- * @params: NAN request structure containing message for the target
|
|
|
* @pdev: Pointer to the pdev object
|
|
|
+ * @params: NAN request structure containing message for the target
|
|
|
*/
|
|
|
struct nan_enable_req {
|
|
|
struct wlan_objmgr_psoc *psoc;
|
|
|
uint32_t social_chan_2g_freq;
|
|
|
uint32_t social_chan_5g_freq;
|
|
|
+ struct wlan_objmgr_pdev *pdev;
|
|
|
/* Variable length, do not add anything after this */
|
|
|
struct nan_msg_params params;
|
|
|
- struct wlan_objmgr_pdev *pdev;
|
|
|
};
|
|
|
|
|
|
/**
|