[PATCH] hostapd: fix typo in sample configuration
Daniel Golle <[email protected]>
| Newsgroups | gmane.linux.drivers.hostap |
|---|---|
| Message-ID | <[email protected]> |
'assocition' -> 'association' Signed-off-by: Daniel Golle <[email protected]> --- hostapd/hostapd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hostapd/hostapd.conf b/hostapd/hostapd.conf index 10a6291ff..d76a6c7f1 100644 --- a/hostapd/hostapd.conf +++ b/hostapd/hostapd.conf @@ -2614,7 +2614,7 @@ own_ip_addr=127.0.0.1 # Default is 0 = OCE disabled #oce=0 -# RSSI-based assocition rejection +# RSSI-based association rejection # # Reject STA association if RSSI is below given threshold (in dBm) # Allowed range: -60 to -90 dBm; default = 0 (rejection disabled) -- 2.24.1