Re: iwn/iwm/wpi: scanning for 2 vs 5 GHz APs

2017-09-05 Thread Stefan Sperling
On Tue, Sep 05, 2017 at 09:05:18AM +0800, Kevin Lo wrote: > On Sun, Sep 03, 2017 at 09:37:02PM +0200, Stefan Sperling wrote: > > > > Starting out in associated (not down!) state: > > ifconfig iwn0 down; ifconfig iwn0 scan > > shows 2 GHz and 5 GHz APs, whereas just > > ifconfig iwn0 scan > >

Re: iwn/iwm/wpi: scanning for 2 vs 5 GHz APs

2017-09-04 Thread Kevin Lo
On Sun, Sep 03, 2017 at 09:37:02PM +0200, Stefan Sperling wrote: > > Starting out in associated (not down!) state: > ifconfig iwn0 down; ifconfig iwn0 scan > shows 2 GHz and 5 GHz APs, whereas just > ifconfig iwn0 scan > does not show all APs. The diff below makes both cases show all APs. > >

iwn/iwm/wpi: scanning for 2 vs 5 GHz APs

2017-09-03 Thread Stefan Sperling
Starting out in associated (not down!) state: ifconfig iwn0 down; ifconfig iwn0 scan shows 2 GHz and 5 GHz APs, whereas just ifconfig iwn0 scan does not show all APs. The diff below makes both cases show all APs. ok? Index: ieee80211.c