mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-01 12:19:28 +00:00
net80211: Remove double words in source code comments
- s/we we/we/ MFC after: 5 days
This commit is contained in:
parent
b12ccd0bb1
commit
93e4914816
@ -1674,7 +1674,7 @@ _ieee80211_find_vap_node(struct ieee80211_node_table *nt,
|
||||
|
||||
/*
|
||||
* 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
|
||||
* 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
|
||||
* 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.
|
||||
*/
|
||||
struct ieee80211_node *
|
||||
|
@ -1683,7 +1683,7 @@ ieee80211_wme_updateparams_locked(struct ieee80211vap *vap)
|
||||
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) &&
|
||||
(vap->iv_flags & IEEE80211_F_WME))
|
||||
|
Loading…
Reference in New Issue
Block a user