commit | d987160b710c98997015832422a05e18d9f0f925 | [log] [tgz] |
---|---|---|
author | Michael Buesch <mb@bu3sch.de> | Wed Jan 02 18:55:53 2008 +0100 |
committer | David S. Miller <davem@davemloft.net> | Tue Jan 08 23:30:06 2008 -0800 |
tree | ecb389959d6c9678b77dc88976cc57466c235d79 | |
parent | 9e8d6f8959c356d8294d45f11231331c3e1bcae6 [diff] |
b43: Fix rxheader channel parsing This patch fixes the parsing of the RX data header channel field. The current code parses the header incorrectly and passes a wrong channel number and frequency for each frame to mac80211. The FIXMEs added by this patch don't matter for now as the code where they live won't get executed anyway. They will be fixed later. Signed-off-by: Michael Buesch <mb@bu3sch.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>