cfg80211: always set IBSS basic rates
authorJohannes Berg <johannes.berg@intel.com>
Tue, 28 Sep 2010 10:53:14 +0000 (12:53 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 28 Sep 2010 19:47:58 +0000 (15:47 -0400)
commit93b05238027420978d785569f8c1aa4a6867bc13
tree8f391a9ea2438ed986d36b937fdbaf902e486187
parentdc4769f0bb949e312ad8d9b652047ff6709978c2
cfg80211: always set IBSS basic rates

IBSS started from wireless extensions is currently
missing basic rate configuration, fix this by moving
the code to generate the default to the common code
that gets invoked for both nl80211 and wext.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/wireless/ibss.c
net/wireless/nl80211.c