commit | d9268fb9a124d067cf93710a85bb6c158d131c97 | [log] [tgz] |
---|---|---|
author | David Woodhouse <dwmw2@infradead.org> | Sun Dec 09 16:22:21 2007 -0500 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 15:06:27 2008 -0800 |
tree | 2a7c28fe0f1e78c1445a569042298c4c87f160c5 | |
parent | 198cefb9320ea0aa1be43a93b398435447583081 [diff] |
libertas: stop using ieee80211 for radiotap device There seems to be no point in doing it as an ieee80211 device instead of a normal netdev, and when we override its ->priv and then call free_ieee80211() it has a distressing tendency to crash horribly. Signed-off-by: David Woodhouse <dwmw2@infradead.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>