qcacmn: Fix typo "paramters"
Replace typo "paramters" with correct spelling "parameters". Change-Id: I7b82a1c3fda1e826840152fb1a23102f3c23fdb8 CRs-Fixed: 2238309
This commit is contained in:
@@ -605,7 +605,7 @@ struct vdev_delete_params {
|
|||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* struct channel_param - Channel paramters with all
|
* struct channel_param - Channel parameters with all
|
||||||
* info required by target.
|
* info required by target.
|
||||||
* @chan_id: channel id
|
* @chan_id: channel id
|
||||||
* @pwr: channel power
|
* @pwr: channel power
|
||||||
@@ -1468,7 +1468,7 @@ struct tx_send_params {
|
|||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* struct wmi_mgmt_params - wmi mgmt cmd paramters
|
* struct wmi_mgmt_params - wmi mgmt cmd parameters
|
||||||
* @tx_frame: management tx frame
|
* @tx_frame: management tx frame
|
||||||
* @frm_len: frame length
|
* @frm_len: frame length
|
||||||
* @vdev_id: vdev id
|
* @vdev_id: vdev id
|
||||||
@@ -1499,7 +1499,7 @@ struct wmi_mgmt_params {
|
|||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* struct wmi_offchan_data_tx_params - wmi offchan data tx cmd paramters
|
* struct wmi_offchan_data_tx_params - wmi offchan data tx cmd parameters
|
||||||
* @tx_frame: management tx frame
|
* @tx_frame: management tx frame
|
||||||
* @frm_len: frame length
|
* @frm_len: frame length
|
||||||
* @vdev_id: vdev id
|
* @vdev_id: vdev id
|
||||||
@@ -1802,7 +1802,7 @@ struct rssi_monitor_param {
|
|||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* struct scan_mac_oui - oui paramters
|
* struct scan_mac_oui - oui parameters
|
||||||
* @oui: oui parameters
|
* @oui: oui parameters
|
||||||
* @vdev_id: interface id
|
* @vdev_id: interface id
|
||||||
* @enb_probe_req_sno_randomization: control probe req sequence no randomization
|
* @enb_probe_req_sno_randomization: control probe req sequence no randomization
|
||||||
|
Reference in New Issue
Block a user