commit | 93c75786e8d8e8e245a479209a84b19292d08e7e | [log] [tgz] |
---|---|---|
author | Simon Wunderlich <simon.wunderlich@s2003.tu-chemnitz.de> | Thu Jul 11 20:29:49 2013 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Tue Jul 16 09:58:13 2013 +0300 |
tree | 11a57a2b41aa1d784f101547fd668e99ec308ddc | |
parent | 2ec9c1f67ab1f58b5bf5ac19e4b61b9f75c83a04 [diff] |
mac80211: fix off-by-one regression in ibss beacon generation There is an off-by-one error in the beacon generation for the ibss mode, falsely a rate the extended supported rates which was already added to supported rates, messing up the beacon. This was introduced by commit "mac80211: select and adjust bitrates according to channel mode". Signed-off-by: Simon Wunderlich <siwu@hrz.tu-chemnitz.de> Signed-off-by: Johannes Berg <johannes.berg@intel.com>