Skip to content

Commit f8df33d

Browse files
geertuKalle Valo
authored andcommitted
mwifiex: Spelling s/minmum/minimum/, s/bandwidth/bandwith/
Signed-off-by: Geert Uytterhoeven <[email protected]> Signed-off-by: Kalle Valo <[email protected]>
1 parent 97b9b84 commit f8df33d

File tree

1 file changed

+1
-1
lines changed
  • drivers/net/wireless/marvell/mwifiex

1 file changed

+1
-1
lines changed

drivers/net/wireless/marvell/mwifiex/tdls.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ static int mwifiex_tdls_add_vht_oper(struct mwifiex_private *priv,
285285
else
286286
usr_vht_cap_info = adapter->usr_dot_11ac_dev_cap_bg;
287287

288-
/* find the minmum bandwith between AP/TDLS peers */
288+
/* find the minimum bandwidth between AP/TDLS peers */
289289
vht_cap = &sta_ptr->tdls_cap.vhtcap;
290290
supp_chwd_set = GET_VHTCAP_CHWDSET(usr_vht_cap_info);
291291
peer_supp_chwd_set =

0 commit comments

Comments
 (0)