libertas: TX packet is radiotap iff it comes from rtap_dev
commita97bcfed96b563f56f55dbccee70e09bd2800414
authorDavid Woodhouse <dwmw2@infradead.org>
Mon, 10 Dec 2007 03:00:55 +0000 (9 22:00 -0500)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 23:06:28 +0000 (28 15:06 -0800)
tree52850cf542bad2e94d34a28e3a7ffe00c7cab0d8
parent121947c62ab049bfaeb8fadc9908834b5a99daf0
libertas: TX packet is radiotap iff it comes from rtap_dev

Fix one of the barriers to simultaneous radiotap and normal operation --
stop misinterpreting the TX packets on the normal devices. We're also
going to have to clone the incoming skbs and feed them into both
devices, and there seem to be firmware problems with staying associated
too. But this is a reasonable start...

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/libertas/tx.c