Re: [PATCH-v2 1/2] mac80211: Take bitrates into account when building IEs.

2015-10-20 Thread Ben Greear
On 10/20/2015 10:22 AM, gree...@candelatech.com wrote: From: Ben Greear If a user restricts the rateset for some reason, then the probe requests should not advertise rates that are not selected by the user. I meant to send these to linux-wireless. Plz ignore. Thanks, Ben -- Ben Greear Can

[PATCH-v2 1/2] mac80211: Take bitrates into account when building IEs.

2015-10-20 Thread greearb
From: Ben Greear If a user restricts the rateset for some reason, then the probe requests should not advertise rates that are not selected by the user. To implement this, we save the requested bitrates at the mac80211 level and take it into account when building the IEs. This allows one to crea