On Fri, 22 Sep 2006 15:29:42 -0700, mabbas wrote:
> -     bss->hw_mode = local->conf.phymode;
> +     bss->hw_mode = rx_status->phymode;
>       bss->channel = channel;
> -     bss->freq = local->conf.freq;
> +     bss->freq = rx_status->freq;
>       if (channel != local->conf.channel &&

>           (local->conf.phymode == MODE_IEEE80211G ||
>            local->conf.phymode == MODE_IEEE80211B) &&

Are you sure you want local->conf.phymode here?

 Jiri

-- 
Jiri Benc
SUSE Labs
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to