mac80211: remove useless DA checking in ieee80211_rx_mgmt_probe_resp()
authorAntonio Quartulli <ordex@autistici.org>
Fri, 13 Jan 2012 12:53:18 +0000 (13:53 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 24 Jan 2012 19:21:12 +0000 (14:21 -0500)
commitf1249700f563b5dc541afa7e54a2d93fdffc1fb6
treed647942edbd28efcb248c77416e78ac3b81486f8
parentf540f9f34b35d3c8a1d4b8d47ad5f00da951bfe7
mac80211: remove useless DA checking in ieee80211_rx_mgmt_probe_resp()

Actually the DA field has already been checked along the rx path (in
prepare_for_handlers()) and this check is therefore useless at this point.

Signed-off-by: Antonio Quartulli <ordex@autistici.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/ibss.c