commit | 1c963bec3534b175eed6f216a9d6ed6f082fe740 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Wed Nov 07 14:02:30 2012 +0100 |
committer | Johannes Berg <johannes.berg@intel.com> | Wed Nov 07 18:01:54 2012 +0100 |
tree | f70e477a8cfcf6c7b9010f8ebaf2290182320018 | |
parent | 4afebd6364903d9616073b1fb71a75291e55dfec [diff] |
mac80211: fix TX error path One error path in ieee80211_subif_start_xmit() will double-free the SKB. Set it to NULL to prevent that. This issue was introduced by my channel context changes. Signed-off-by: Johannes Berg <johannes.berg@intel.com>