From: Daniel Drake Date: Tue, 18 Jul 2006 20:38:05 +0000 (+0100) Subject: [PATCH] ieee80211: Make ieee80211_rx_any usable X-Git-Tag: v2.6.19-rc1~1263^2~117^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2060f039e8a8bc83b10e6d0f8fb440425560569;p=pandora-kernel.git [PATCH] ieee80211: Make ieee80211_rx_any usable ieee80211_rx_any is new to 2.6.18-rc1, even though it appears this function was never completed: http://lists.sipsolutions.net/pipermail/softmac-dev/2006-February/000103.html This patch changes ieee80211_rx_any to always claim the skb, which avoids further driver complexity and the possibility of leaking management frames. It also exports the function so that people can actually use it. Signed-off-by: Daniel Drake Acked-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed