ath(4): Fix a typo in a source code comment

- s/mutiple/multiple/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2023-11-23 09:57:28 +01:00
parent 5d4f897f88
commit 4e36d081f3

View file

@ -1014,7 +1014,7 @@ ath_beacon_config(struct ath_softc *sc, struct ieee80211vap *vap)
*
* The specification (802.11-2012 10.1.3.2 - Beacon Generation in
* Infrastructure Networks) requires APs be beaconing at a
* mutiple of intval. So, if bintval=100, then we shouldn't
* multiple of intval. So, if bintval=100, then we shouldn't
* get beacons at intervals other than around multiples of 100.
*/
if (nexttbtt == 0) /* e.g. for ap mode */