From: Bruno Randolf <[email protected]>
Signed-off-by: Bruno Randolf <[email protected]>
---
net/mac80211/ieee80211_sta.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/net/mac80211/ieee80211_sta.c b/net/mac80211/ieee80211_sta.c
index 2079e98..dad5edb 100644
--- a/net/mac80211/ieee80211_sta.c
+++ b/net/mac80211/ieee80211_sta.c
@@ -2644,7 +2644,7 @@ void ieee80211_scan_completed(struct ieee80211_hw *hw)
local->sta_scanning = 0;
if (ieee80211_hw_config(local))
- printk(KERN_DEBUG "%s: failed to restore operational"
+ printk(KERN_DEBUG "%s: failed to restore operational "
"channel after scan\n", dev->name);
--
1.5.3.4
On Saturday 17 November 2007 00:49:13 Johannes Berg wrote:
> On Fri, 2007-11-16 at 17:04 +0900, Bruno Randolf wrote:
> > From: Bruno Randolf <[email protected]>
> >
> > Signed-off-by: Bruno Randolf <[email protected]>
>
> Huh?
ups, seems git got confused with my global and local email configuration.
sorry.
> But I do wonder why you're seeing this message. Anything wrong with
> ath5k?
yep ;) i got this message while testing nick's patches for the 5413/14
chipset. it sometimes fails doing the calibration.
bruno
> > ---
> > net/mac80211/ieee80211_sta.c | 2 +-
> > 1 files changed, 1 insertions(+), 1 deletions(-)
> >
> > diff --git a/net/mac80211/ieee80211_sta.c b/net/mac80211/ieee80211_sta.c
> > index 2079e98..dad5edb 100644
> > --- a/net/mac80211/ieee80211_sta.c
> > +++ b/net/mac80211/ieee80211_sta.c
> > @@ -2644,7 +2644,7 @@ void ieee80211_scan_completed(struct ieee80211_hw
> > *hw) local->sta_scanning = 0;
> >
> > if (ieee80211_hw_config(local))
> > - printk(KERN_DEBUG "%s: failed to restore operational"
> > + printk(KERN_DEBUG "%s: failed to restore operational "
> > "channel after scan\n", dev->name);
On Fri, 2007-11-16 at 17:04 +0900, Bruno Randolf wrote:
> From: Bruno Randolf <[email protected]>
> Signed-off-by: Bruno Randolf <[email protected]>
Huh?
Acked-by: Johannes Berg <[email protected]>
But I do wonder why you're seeing this message. Anything wrong with
ath5k?
> ---
> net/mac80211/ieee80211_sta.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/net/mac80211/ieee80211_sta.c b/net/mac80211/ieee80211_sta.c
> index 2079e98..dad5edb 100644
> --- a/net/mac80211/ieee80211_sta.c
> +++ b/net/mac80211/ieee80211_sta.c
> @@ -2644,7 +2644,7 @@ void ieee80211_scan_completed(struct ieee80211_hw *hw)
> local->sta_scanning = 0;
>
> if (ieee80211_hw_config(local))
> - printk(KERN_DEBUG "%s: failed to restore operational"
> + printk(KERN_DEBUG "%s: failed to restore operational "
> "channel after scan\n", dev->name);
>
>