commit | 57007121228347515187049a9c65f7cbeb923dd1 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Fri Jan 16 21:05:02 2015 +0100 |
committer | Johannes Berg <johannes.berg@intel.com> | Fri Jan 16 21:05:52 2015 +0100 |
tree | 6182ff537e61976ac4669c09b8bba37a8cfdd248 | |
parent | 5e06a9e8b6db441371dadc02f3e2348196f408dd [diff] |
cfg80211: fix checking nl80211_send_station() return value The return value from nl80211_send_station() is the length of the skb, or a negative error, so abort sending the message only when the return value was negative. This fixes the ibss_rsn wpa_supplicant test case. Reported-by: Jouni Malinen <j@w1.fi> Signed-off-by: Johannes Berg <johannes.berg@intel.com>