OSDN Git Service

mac80211: fix description comment of ieee80211_subif_start_xmit
authorLiad Kaufman <liad.kaufman@intel.com>
Wed, 3 Sep 2014 12:24:59 +0000 (15:24 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 5 Sep 2014 11:52:07 +0000 (13:52 +0200)
commit6188c271f0f2cbc89a52981d252107f7f409f45f
treee60e67e2722165f86fd505da5d829d55fee87544
parent2740f0cf8ec8bc7ee6a58f68841759e367dda98f
mac80211: fix description comment of ieee80211_subif_start_xmit

The function description claimed that on error the skb isn't
freed even though it is, and stated return values that are
different than what really happens in the code.

Signed-off-by: Liad Kaufman <liad.kaufman@intel.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/tx.c