net80211: Remove double words in source code comments

- s/we we/we/

MFC after:	5 days
This commit is contained in:
Gordon Bergling 2023-04-18 07:11:43 +02:00
parent b12ccd0bb1
commit 93e4914816
2 changed files with 3 additions and 3 deletions

View File

@ -1674,7 +1674,7 @@ _ieee80211_find_vap_node(struct ieee80211_node_table *nt,
/* /*
* Fake up a node; this handles node discovery in adhoc mode. * Fake up a node; this handles node discovery in adhoc mode.
* Note that for the driver's benefit we we treat this like * Note that for the driver's benefit we treat this like
* an association so the driver has an opportunity to setup * an association so the driver has an opportunity to setup
* it's private state. * it's private state.
*/ */
@ -1881,7 +1881,7 @@ ieee80211_init_neighbor(struct ieee80211_node *ni,
/* /*
* Do node discovery in adhoc mode on receipt of a beacon * Do node discovery in adhoc mode on receipt of a beacon
* or probe response frame. Note that for the driver's * or probe response frame. Note that for the driver's
* benefit we we treat this like an association so the * benefit we treat this like an association so the
* driver has an opportunity to setup it's private state. * driver has an opportunity to setup it's private state.
*/ */
struct ieee80211_node * struct ieee80211_node *

View File

@ -1683,7 +1683,7 @@ ieee80211_wme_updateparams_locked(struct ieee80211vap *vap)
do_aggrmode = 1; do_aggrmode = 1;
/* /*
* IBSS? Only if we we have WME enabled. * IBSS? Only if we have WME enabled.
*/ */
else if ((vap->iv_opmode == IEEE80211_M_IBSS) && else if ((vap->iv_opmode == IEEE80211_M_IBSS) &&
(vap->iv_flags & IEEE80211_F_WME)) (vap->iv_flags & IEEE80211_F_WME))