projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f9c77f
)
mac80211: fix typo in debug output
author
Michael Braun
<michael-dev@fami-braun.de>
Wed, 18 Mar 2015 06:17:37 +0000
(07:17 +0100)
committer
Johannes Berg
<johannes.berg@intel.com>
Mon, 30 Mar 2015 08:34:13 +0000
(10:34 +0200)
Signed-off-by: Michael Braun <michael-dev@fami-braun.de>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/cfg.c
patch
|
blob
|
blame
|
history
diff --git
a/net/mac80211/cfg.c
b/net/mac80211/cfg.c
index 0aaf8b04a7388a2b4d60c3eba3ccadfa2d230c06..e01cea3b9043e6bfca6e7bb8b4015db2c35e2523 100644
(file)
--- 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,
- "SM
SP
%d requested in AP mode, sending Action frame to %d stations\n",
+ "SM
PS
%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);