diff options
author | Michael Braun <michael-dev@fami-braun.de> | 2015-03-18 09:17:37 +0300 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2015-03-30 11:34:13 +0300 |
commit | 6a8b4adb47aea322e376cd1be62781c50dc1a9b5 (patch) | |
tree | c501b8d2d8640f3d45466ee4a6b8e4b152fbe183 /net/mac80211 | |
parent | 8f9c77fc1e8d4dfc1e7dc631d193162c75feef2e (diff) | |
download | linux-6a8b4adb47aea322e376cd1be62781c50dc1a9b5.tar.xz |
mac80211: fix typo in debug output
Signed-off-by: Michael Braun <michael-dev@fami-braun.de>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211')
-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 0aaf8b04a738..e01cea3b9043 100644 --- a/net/mac80211/cfg.c +++ b/net/mac80211/cfg.c @@ -2300,7 +2300,7 @@ int __ieee80211_request_smps_ap(struct ieee80211_sub_if_data *sdata, } ht_dbg(sdata, - "SMSP %d requested in AP mode, sending Action frame to %d stations\n", + "SMPS %d requested in AP mode, sending Action frame to %d stations\n", smps_mode, atomic_read(&sdata->u.ap.num_mcast_sta)); mutex_lock(&sdata->local->sta_mtx); |