commit | f478f33a93f9353dcd1fe55445343d76b1c3f84a | [log] [tgz] |
---|---|---|
author | Bruno Randolf <br1@einfach.org> | Thu Sep 26 16:55:28 2013 +0100 |
committer | Johannes Berg <johannes.berg@intel.com> | Thu Sep 26 19:43:14 2013 +0200 |
tree | 20ef1869e1dd53f689e64126799a183c8a8f572c | |
parent | 180032973ee97daddf5c9d733e5b425b108f8679 [diff] |
cfg80211: fix warning when using WEXT for IBSS 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. Cc: stable@vger.kernel.org Signed-off-by: Bruno Randolf <br1@einfach.org> Signed-off-by: Johannes Berg <johannes.berg@intel.com>