Re: [PATCH v2] wifi: Preliminary fix for autoscanning known hidden SSIDs

2013-03-05 Thread Patrik Flykt
On Fri, 2013-03-01 at 13:17 +0200, Tomasz Bursztyka wrote: > Currently, it relies on max_ssids to know how many SSIDs it can provide as > paremeters. However, patch 6af0579c434058536fb40480f40f5e9895cfe863, which > fixes an issue about fast scanning, affects such feature. > > Therefore, as a defau

Re: [PATCH v2] wifi: Preliminary fix for autoscanning known hidden SSIDs

2013-03-04 Thread Tomasz Bursztyka
Hi Sameer, Hello Tomasz, I tested your patch and it works when there is only one provisioned hidden service (as expected). Thanks for testing it. I will do a patch for scanning the whole set, but I am a bit busy right now. Let's say end of next week. Br, Tomasz __

Re: [PATCH v2] wifi: Preliminary fix for autoscanning known hidden SSIDs

2013-03-04 Thread Sameer Naik
Hello Tomasz, I tested your patch and it works when there is only one provisioned hidden service (as expected). I will use this patch for now. Thanks and Regards ~Sameer On Fri, Mar 1, 2013 at 4:47 PM, Tomasz Bursztyka < tomasz.burszt...@linux.intel.com> wrote: > Currently, it relies on max_ss

[PATCH v2] wifi: Preliminary fix for autoscanning known hidden SSIDs

2013-03-01 Thread Tomasz Bursztyka
Currently, it relies on max_ssids to know how many SSIDs it can provide as paremeters. However, patch 6af0579c434058536fb40480f40f5e9895cfe863, which fixes an issue about fast scanning, affects such feature. Therefore, as a default, it will fallback to 1 if given max_ssids is 0. There is still th