commit | 180be755aec37483337f64bfca3d4b02f5c8fef4 | [log] [tgz] |
---|---|---|
author | David Woodhouse <dwmw2@infradead.org> | Mon Dec 10 00:05:37 2007 -0500 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 15:06:31 2008 -0800 |
tree | 310fc67f9a6a8f103203f82b71aa7e81f362defe | |
parent | 2eb188a1c57ae79283cee951c317bd191cf1ca56 [diff] |
libertas: remove unreachable code from process_rxed_802_11_packet() The function is only ever called if we're in rtap mode. So the bit in it which is conditional on rtap mode seems a little superfluous. Signed-off-by: David Woodhouse <dwmw2@infradead.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>