Search Linux Wireless

Re: [RFC PATCH] [try 2] orinoco: more reliable scan handling

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Dan Williams wrote:
> On Sat, 2007-11-24 at 21:48 +0000, Dave wrote:
>> Dan Williams wrote:
>>> Bring scan result handling more in line with drivers like ipw.  Scan
>>> results are aggregated and a BSS dropped after 15 seconds if no beacon
>>> is received.  This allows the driver to interact better with userspace
>>> where more than one process may request scans or results at any time.
>> I've only seen this recently, and am using it as a basis for some other changes. However I've noticed a couple issues:
>>
>>> +static int orinoco_process_scan_results(struct net_device *dev,
>>> +					unsigned char *buf,
>>> +					int len)
>>> +{
>>  <snip>
>>> +		/* Try to update an existing bss first */
>>> +		list_for_each_entry(bss, &priv->bss_list, list) {
>>> +			if (compare_ether_addr(bss->bss.a.bssid, atom->a.bssid))
>>                         if (!compare_ether_addr(bss->bss.a.bssid, atom->a.bssid))
>>
>> So that we proceed to the next bss when ether_addr doesn't match. Otherwise this loop never matches.
> 
> compare_ether_addr(), like memcmp, returns 0 when the two arguments
> match.  So I think this is OK.

Agreed. My mistake.

>  What the loop should be doing is trying
> to find a BSSID + ESSID match and just update the last_seen value, which
> from my reread is what it's doing here...

Agreed.

If something in userspace triggers a scan every 10 seconds, the scan results will always be the same (the oldest).

If that is the desired behaviour (or we don't care about this misuse) this is fine. Personally I'd expect the results to be updated, but I've only recently started messing with wireless drivers.

Thanks,

Dave.
-
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux