|
@@ -448,13 +448,13 @@ wlan_cfg80211_tdls_extract_params(struct wlan_objmgr_vdev *vdev,
|
|
|
req_info->supported_rates_len =
|
|
|
params->link_sta_params.supported_rates_len;
|
|
|
|
|
|
- /* Note : The Maximum sizeof supported_rates sent by the Supplicant is
|
|
|
- * 32. The supported_rates array , for all the structures propogating
|
|
|
- * till Add Sta to the firmware has to be modified , if the supplicant
|
|
|
+ /* Note: The Maximum size of supported_rates sent by the Supplicant is
|
|
|
+ * 32. The supported_rates array, for all the structures propagating
|
|
|
+ * until Add Sta to the firmware, has to be modified if the supplicant
|
|
|
* (ieee80211) is modified to send more rates.
|
|
|
*/
|
|
|
|
|
|
- /* To avoid Data Currption , set to max length to SIR_MAC_MAX_SUPP_RATES
|
|
|
+ /* To avoid Data Corruption, set to max length to SIR_MAC_MAX_SUPP_RATES
|
|
|
*/
|
|
|
if (req_info->supported_rates_len > WLAN_MAC_MAX_SUPP_RATES)
|
|
|
req_info->supported_rates_len = WLAN_MAC_MAX_SUPP_RATES;
|