From: Eliad Peller Date: Tue, 11 Oct 2011 11:52:25 +0000 (+0200) Subject: wl12xx: handle injected packets X-Git-Tag: v3.3-rc1~182^2~261^2~2^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f1680147ce2509383e053fa843020e0e9f3c6ce;p=pandora-kernel.git wl12xx: handle injected packets Injected packets are sent with no vif, causing the wl12xx to NULL-dereference in multiple places. Furthermore, injected packets are currently not sent at all, as system_hlid doesn't belong to any specific role, so wl1271_skb_dequeue() never return its packets. Handle both these problems. Reported-by: Luciano Coelho Signed-off-by: Eliad Peller Signed-off-by: Luciano Coelho --- Reading git-diff-tree failed