mac80211: OCB: remove pointless check for broadcast BSSID
authorJohannes Berg <johannes.berg@intel.com>
Wed, 22 Apr 2015 13:10:45 +0000 (15:10 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 24 Apr 2015 09:14:14 +0000 (11:14 +0200)
commit6fe3eac79329611eaa716b7a3e3b85f6698b668b
tree09c0843d88e316c0a17a2453a407a7e2b20ce37d
parenta58fbe1a8540d870393b343bc6cb06a7f8201387
mac80211: OCB: remove pointless check for broadcast BSSID

The OCB input path already checked that the BSSID is the broadcast
address, so the later check can never fail.

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