Re: [PATCH] mac80211: Always check rates and capabilities in mesh mode

2015-06-10 Thread Kalle Valo
Alexis Green writes: > Will resend using a better mail client. Just found out that web-gmail is > no-go. Just use git send-email, anything else is waste of time IMHO. -- Kalle Valo -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majord.

Re: [PATCH] mac80211: Always check rates and capabilities in mesh mode

2015-06-09 Thread Alexis Green
Will resend using a better mail client. Just found out that web-gmail is no-go. On Tue, Jun 9, 2015 at 12:44 PM, Johannes Berg wrote: > On Fri, 2015-05-29 at 15:24 -0700, Alexis Green wrote: >> In mesh mode there is a race between establishing links and processing rates >> and capabilities in bea

Re: [PATCH] mac80211: Always check rates and capabilities in mesh mode

2015-06-09 Thread Johannes Berg
On Fri, 2015-05-29 at 15:24 -0700, Alexis Green wrote: > In mesh mode there is a race between establishing links and processing rates > and capabilities in beacons. This is very noticeable with slow beacons (e.g. > beacon intervals of 1s) and manifested for us as stations using minstrel when > mins

[PATCH] mac80211: Always check rates and capabilities in mesh mode

2015-05-29 Thread Alexis Green
In mesh mode there is a race between establishing links and processing rates and capabilities in beacons. This is very noticeable with slow beacons (e.g. beacon intervals of 1s) and manifested for us as stations using minstrel when minstrel_ht should be used. Fixed by changing mesh_sta_info_init so