commit | 8f2abf4430ef2a131926a537ee6325dc43b0ec28 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Sun Jun 19 01:28:02 2005 +0200 |
committer | Jeff Garzik <jgarzik@pobox.com> | Mon Jun 27 00:23:55 2005 -0400 |
tree | c476955d07cc82b14c1a5b004b25a3961c05a028 | |
parent | 95dd91fbd8d3c788ef93bc94b4b600889e04dba1 [diff] |
[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