cfg80211_inform_bss expects to receive a TSF value, but is given the
time since boot in nanoseconds. TSF values are expected to be at
microsecond scale rather than nanosecond scale.
Signed-off-by: A. Cody Schuffelen
---
drivers/net/wireless/virt_wifi.c | 5 +++--
1 file changed, 3 insertions
cfg80211_inform_bss expects to receive a TSF value, but is given the
time since boot in nanoseconds. TSF values are expected to be at
microsecond scale rather than nanosecond scale.
Signed-off-by: A. Cody Schuffelen
---
drivers/net/wireless/virt_wifi.c | 2 +-
1 file changed, 1 insertion(+), 1
fixes the problem and the virtual
wireless network continues to work.
Signed-off-by: Cody Schuffelen
Acked-by: Alistair Strachan
Acked-by: Greg Hartman
---
drivers/net/wireless/virt_wifi.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/net/wireless/virt_wifi.c b/drivers/net/wireless
> > +config VIRT_WIFI
> > + bool "Wifi wrapper for ethernet drivers"
>
> The built bot complaint is most likely because of this being bool rather
> than tristate (CFG80211=m, VIRT_WIFI=y, I guess, didn't check), I
> thought this was because of the wrong reasons and should be back to
> tristate?
> 1. Do not EVER submit HTML mails, mailing lists will automatically
>reject them. So your mail didn't reach the lists and I only got it
>because I was in the Cc field.
I apologize, my mistake.
> 2. Do not top post, it's really annoying:
>
>
> https://wireless.wiki.kernel.org/en/devel
e instead of forcing packaging of ethernet
data into mac80211 frames.
Signed-off-by: A. Cody Schuffelen
Acked-by: Alistair Strachan
Acked-by: Greg Hartman
---
drivers/net/wireless/Kconfig | 7 +
drivers/net/wireless/Makefile| 2 +
drivers/net/wireless/virt_wifi.c | 544 ++
6 matches
Mail list logo