commit | b4487c2d0edaf1332d7a9f11b5661044955ef5e2 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Fri Nov 11 20:22:30 2011 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Nov 11 14:29:35 2011 -0500 |
tree | c53963fb22579baf8cdec89ec0bbb07bf025e8ea | |
parent | 731f8e1c41a4d0ffb589e2395f931f8a1aa6c6a4 [diff] |
mac80211: fix warning in ieee80211_probe_client The warning is spurious -- if !sta we always exit without using the unassigned qos variable, and if we do find the sta we assign it. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>