On Wed, May 4, 2011 at 5:57 AM, Johannes Berg [off-list ref] wrote:
On Tue, 2011-05-03 at 16:57 -0700, Javier Cardona wrote:
quoted
Previous versions of 11s draft used the all zeroes address. Current
draft uses the same address as address 2.
There's also some code in net/wireless/scan.c that should be removed or
changed then I think?
Ah, I see:
if (is_zero_ether_addr(res->pub.bssid)) {
/* must be mesh, verify */
meshid = cfg80211_find_ie(WLAN_EID_MESH_ID,
res->pub.information_elements,
res->pub.len_information_elements);
I'll review that file and send send a follow up patch.
Thanks,
Javier