From: Johannes Berg Date: Wed, 7 Nov 2012 13:02:30 +0000 (+0100) Subject: mac80211: fix TX error path X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~45^2~17^2^2~79 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c963bec3534b175eed6f216a9d6ed6f082fe740;p=pandora-kernel.git 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 --- Reading git-diff-tree failed