Re: [PATCH 7/7] d80211: getting wrong freq value if we did hardware scan

2006-09-21 Thread Jiri Benc
On Mon, 28 Aug 2006 13:57:28 -0700, mabbas wrote: diff --git a/net/d80211/ieee80211_sta.c b/net/d80211/ieee80211_sta.c index a933d92..374193e 100644 --- a/net/d80211/ieee80211_sta.c +++ b/net/d80211/ieee80211_sta.c @@ -1543,8 +1543,6 @@ #endif bss-channel = channel; bss-freq =

Re: [PATCH 7/7] d80211: getting wrong freq value if we did hardware scan

2006-09-21 Thread mabbas
Jiri Benc wrote: On Mon, 28 Aug 2006 13:57:28 -0700, mabbas wrote: diff --git a/net/d80211/ieee80211_sta.c b/net/d80211/ieee80211_sta.c index a933d92..374193e 100644 --- a/net/d80211/ieee80211_sta.c +++ b/net/d80211/ieee80211_sta.c @@ -1543,8 +1543,6 @@ #endif bss-channel = channel;

[PATCH 7/7] d80211: getting wrong freq value if we did hardware scan

2006-08-28 Thread mabbas
In this patch we search all A-BAND available channels to get the right frequency value. this might not be the right thing to do in beacon parsing. Another approach is to have a static array of the maximum A-BAND channel number then we can map from channel to frequency fast. we can set the