mac80211: Fix mac80211 station info rx bitrate for IBSS mode
authorHenning Rogge <hrogge@gmail.com>
Thu, 1 May 2014 08:03:46 +0000 (10:03 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 5 May 2014 12:52:03 +0000 (14:52 +0200)
commitf4ebddf9abb1fb0add1ce8e9c0bc414f1c17d81d
treebf0a99b6de91e29ab074818b0dfef4c4ad17226f
parent311ab8e1c28659e16a6fe14a68929c3ced4a5757
mac80211: Fix mac80211 station info rx bitrate for IBSS mode

Filter out incoming multicast packages before applying their bitrate
to the rx bitrate station info field to prevent them from setting the
rx bitrate to the basic multicast rate.

Signed-off-by: Henning Rogge <hrogge@gmail.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/rx.c