staging: brcm80211: remove unnecessary if statements from bss_info_changed
commitb5c60b5fdbb3e27fa70f182bba98cdbca02f5c3f
authorArend van Spriel <arend@broadcom.com>
Tue, 3 May 2011 09:35:11 +0000 (3 11:35 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 3 May 2011 19:42:31 +0000 (3 12:42 -0700)
tree55c8f73ec05bcb76e3a80b3804bd03e17e1f851f
parent09a4847085cb9c1a687940d12cc2b61d86099ad1
staging: brcm80211: remove unnecessary if statements from bss_info_changed

The mac80211 api callback bss_info_changed contained two placeholders
that were expected to need to be implemented. However, reading the mac80211
notes (http://wireless.kernel.org/en/developers/Documentation/mac80211/API)
shows that it is not needed as the driver honours the flags provided with
the transmit sk_buff.

Cc: devel@linuxdriverproject.org
Cc: linux-wireless@vger.kernel.org
Cc: Brett Rudley <brudley@broadcom.com>
Cc: Henry Ptasinski <henryp@broadcom.com>
Cc: Roland Vossen <rvossen@broadcom.com>
Signed-off-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/brcm80211/brcmsmac/wl_mac80211.c