mac80211: fix off-by-one regression in ibss beacon generation
authorSimon Wunderlich <simon.wunderlich@s2003.tu-chemnitz.de>
Thu, 11 Jul 2013 18:29:49 +0000 (20:29 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 16 Jul 2013 06:58:13 +0000 (09:58 +0300)
commit93c75786e8d8e8e245a479209a84b19292d08e7e
tree11a57a2b41aa1d784f101547fd668e99ec308ddc
parent2ec9c1f67ab1f58b5bf5ac19e4b61b9f75c83a04
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>
net/mac80211/ibss.c