commit | a1e567c83f541432e687142570215b75bebb1338 | [log] [tgz] |
---|---|---|
author | Bill Jordan <bjordan@rajant.com> | Fri Sep 10 11:22:32 2010 -0400 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Sep 14 16:08:03 2010 -0400 |
tree | 5b01247fedf95af42a502aceb28fc4ef6d2541db | |
parent | 942623166df3256821e8451273bc07737745e3cb [diff] |
nl80211: Uninitialized variable There is a path in nl80211_set_wiphy where result is tested but uninitialized. I am hitting this path when I attempt: sh# iw dev wlan0 set channel 10 command failed: Unknown error 1069727332 (-1069727332) Signed-off-by: William Jordan <bjordan@rajant.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>