]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: fix the setting of extended supported rate IE
authorChun-Yeow Yeoh <yeohchunyeow@cozybit.com>
Sun, 8 Sep 2013 06:40:44 +0000 (23:40 -0700)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 26 Sep 2013 17:56:59 +0000 (19:56 +0200)
commit85d133a0951a43f25e3838f3b8514ab04cc478ee
treec428ae65e7ea40a7b075b6234fd35529f099d4e5
parent8f57add3346c91bd7602dca87218bec986ae56a3
mac80211: fix the setting of extended supported rate IE

The patch "mac80211: select and adjust bitrates according to
channel mode" causes regression and breaks the extended supported rate
IE setting. Since "i" is starting with 8, so this is not necessary
to introduce "skip" here.

Signed-off-by: Chun-Yeow Yeoh <yeohchunyeow@cozybit.com>
Signed-off-by: Colleen Twitty <colleen@cozybit.com>
Reviewed-by: Jason Abele <jason@cozybit.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/util.c