diff options
| author | Stephen Hemminger <stephen@networkplumber.org> | 2014-10-30 01:55:58 -0400 |
|---|---|---|
| committer | Johannes Berg <johannes.berg@intel.com> | 2014-10-31 03:29:56 -0400 |
| commit | d070f9137af960abd78525440684421fd5e0c0e7 (patch) | |
| tree | 9f7755e19b6d988c3b871fb50725730fdb5a294b /net/mac80211/cfg.c | |
| parent | 171fdf77dbe65ad87a7e2884cb1adc0058e6b609 (diff) | |
mac80211: fix spelling errors
Use codespell to find spelling errors.
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/cfg.c')
| -rw-r--r-- | net/mac80211/cfg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/cfg.c b/net/mac80211/cfg.c index d6b01ad2f7d7..fbcc209687c8 100644 --- a/net/mac80211/cfg.c +++ b/net/mac80211/cfg.c | |||
| @@ -191,7 +191,7 @@ static int ieee80211_add_key(struct wiphy *wiphy, struct net_device *dev, | |||
| 191 | * receive the key. When wpa_supplicant has roamed | 191 | * receive the key. When wpa_supplicant has roamed |
| 192 | * using FT, it attempts to set the key before | 192 | * using FT, it attempts to set the key before |
| 193 | * association has completed, this rejects that attempt | 193 | * association has completed, this rejects that attempt |
| 194 | * so it will set the key again after assocation. | 194 | * so it will set the key again after association. |
| 195 | * | 195 | * |
| 196 | * TODO: accept the key if we have a station entry and | 196 | * TODO: accept the key if we have a station entry and |
| 197 | * add it to the device after the station. | 197 | * add it to the device after the station. |
