We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97b9b84 commit f8df33dCopy full SHA for f8df33d
drivers/net/wireless/marvell/mwifiex/tdls.c
@@ -285,7 +285,7 @@ static int mwifiex_tdls_add_vht_oper(struct mwifiex_private *priv,
285
else
286
usr_vht_cap_info = adapter->usr_dot_11ac_dev_cap_bg;
287
288
- /* find the minmum bandwith between AP/TDLS peers */
+ /* find the minimum bandwidth between AP/TDLS peers */
289
vht_cap = &sta_ptr->tdls_cap.vhtcap;
290
supp_chwd_set = GET_VHTCAP_CHWDSET(usr_vht_cap_info);
291
peer_supp_chwd_set =
0 commit comments