* [PATCH] mac80211: fix typo in debug output
@ 2015-03-17 19:32 Michael Braun
2015-03-17 21:33 ` Johannes Berg
0 siblings, 1 reply; 4+ messages in thread
From: Michael Braun @ 2015-03-17 19:32 UTC (permalink / raw)
To: johannes; +Cc: linux-wireless, projekt-wlan, Michael Braun
---
net/mac80211/cfg.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/mac80211/cfg.c b/net/mac80211/cfg.c
index 74f509c..62007ca 100644
--- a/net/mac80211/cfg.c
+++ b/net/mac80211/cfg.c
@@ -2297,7 +2297,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);
--
1.9.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] mac80211: fix typo in debug output
2015-03-17 19:32 [PATCH] mac80211: fix typo in debug output Michael Braun
@ 2015-03-17 21:33 ` Johannes Berg
2015-03-18 6:17 ` Michael Braun
0 siblings, 1 reply; 4+ messages in thread
From: Johannes Berg @ 2015-03-17 21:33 UTC (permalink / raw)
To: Michael Braun; +Cc: linux-wireless, projekt-wlan
Please resend with signed-off-by.
johannes
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH] mac80211: fix typo in debug output
2015-03-17 21:33 ` Johannes Berg
@ 2015-03-18 6:17 ` Michael Braun
2015-03-30 8:34 ` Johannes Berg
0 siblings, 1 reply; 4+ messages in thread
From: Michael Braun @ 2015-03-18 6:17 UTC (permalink / raw)
To: johannes; +Cc: linux-wireless, projekt-wlan, Michael Braun
Signed-off-by: Michael Braun <michael-dev@fami-braun.de>
---
net/mac80211/cfg.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/mac80211/cfg.c b/net/mac80211/cfg.c
index 74f509c..62007ca 100644
--- a/net/mac80211/cfg.c
+++ b/net/mac80211/cfg.c
@@ -2297,7 +2297,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);
--
1.9.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] mac80211: fix typo in debug output
2015-03-18 6:17 ` Michael Braun
@ 2015-03-30 8:34 ` Johannes Berg
0 siblings, 0 replies; 4+ messages in thread
From: Johannes Berg @ 2015-03-30 8:34 UTC (permalink / raw)
To: Michael Braun; +Cc: linux-wireless, projekt-wlan
On Wed, 2015-03-18 at 07:17 +0100, Michael Braun wrote:
> Signed-off-by: Michael Braun <michael-dev@fami-braun.de>
Applied.
johannes
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-03-30 8:34 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-17 19:32 [PATCH] mac80211: fix typo in debug output Michael Braun
2015-03-17 21:33 ` Johannes Berg
2015-03-18 6:17 ` Michael Braun
2015-03-30 8:34 ` Johannes Berg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).