]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
cfg80211: fix warning when using WEXT for IBSS
authorBruno Randolf <br1@einfach.org>
Thu, 26 Sep 2013 15:55:28 +0000 (16:55 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 13 Nov 2013 03:08:07 +0000 (12:08 +0900)
commit3ace6195f05329e8c1e18b4a45c2f605ac922042
treec139311088271a6ae9713c042239d371a90f5a6a
parent1252286e425da7485af9bb0506c029ac61de30df
cfg80211: fix warning when using WEXT for IBSS

commit f478f33a93f9353dcd1fe55445343d76b1c3f84a upstream.

Fix kernel warning when using WEXT for configuring ad-hoc mode,
e.g.  "iwconfig wlan0 essid test channel 1"

WARNING: at net/wireless/chan.c:373 cfg80211_chandef_usable+0x50/0x21c [cfg80211]()

The warning is caused by an uninitialized variable center_freq1.

Signed-off-by: Bruno Randolf <br1@einfach.org>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/wireless/ibss.c