]> Pileus Git - ~andy/linux/commit
mac80211: Fix radiotap header it_present on big endian CPUs
authorJouni Malinen <j@w1.fi>
Sat, 10 Jan 2009 09:47:33 +0000 (11:47 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 29 Jan 2009 21:00:20 +0000 (16:00 -0500)
commitebe6c7ba9b63539d3b1daba1a8ef4cc9ed0f6941
treef31ee63c315a6a0f769e81230d856383bd8a5e01
parentf4f727a6c84a6ba8f099b84b2a9f0b2ceddc1c8a
mac80211: Fix radiotap header it_present on big endian CPUs

When the IEEE80211_RADIOTAP_RATE flag was moved to be conditional, it
was mistakenly left without cpu_to_le32(). Fix that.

Signed-off-by: Jouni Malinen <j@w1.fi>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/rx.c