mirror of
https://github.com/opnsense/src.git
synced 2026-06-14 19:20:18 -04:00
net80211(4): Fix a typo in a source code comment
- s/paramaters/parameters/ MFC after: 3 days
This commit is contained in:
parent
ffcec862aa
commit
044169efe0
1 changed files with 1 additions and 1 deletions
|
|
@ -1792,7 +1792,7 @@ ieee80211_wme_vap_getparams(struct ieee80211vap *vap, struct chanAccParams *wp)
|
|||
}
|
||||
|
||||
/*
|
||||
* For NICs which only support one set of WME paramaters (ie, softmac NICs)
|
||||
* For NICs which only support one set of WME parameters (ie, softmac NICs)
|
||||
* there may be different VAP WME parameters but only one is "active".
|
||||
* This returns the "NIC" WME parameters for the currently active
|
||||
* context.
|
||||
|
|
|
|||
Loading…
Reference in a new issue