From: Christoph Hellwig Date: Sat, 18 Jun 2005 23:28:02 +0000 (+0200) Subject: [PATCH] orinoco: always use 802.11 header for rx processing X-Git-Tag: v2.6.13-rc1~51^2~40^2~24^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f2abf4430ef2a131926a537ee6325dc43b0ec28;p=pandora-kernel.git [PATCH] orinoco: always use 802.11 header for rx processing If the frame has ToDS flag set, mark it by setting skb->pkt_type to PACKET_OTHERHOST, so that applications unaware of promiscous mode won't get uplink (STA->AP) packets for STA->STA transmissions relayed by the AP. Thanks to John Denker and David Gibson for finding the problem and the solution. Patch from Pavel Roskin --- Reading git-diff-tree failed