OSDN Git Service

cfg80211: fix checking nl80211_send_station() return value
authorJohannes Berg <johannes.berg@intel.com>
Fri, 16 Jan 2015 20:05:02 +0000 (21:05 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 16 Jan 2015 20:05:52 +0000 (21:05 +0100)
commit57007121228347515187049a9c65f7cbeb923dd1
tree6182ff537e61976ac4669c09b8bba37a8cfdd248
parent5e06a9e8b6db441371dadc02f3e2348196f408dd
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>
net/wireless/nl80211.c