From: Arend van Spriel Date: Tue, 3 May 2011 09:35:11 +0000 (+0200) Subject: staging: brcm80211: remove unnecessary if statements from bss_info_changed X-Git-Tag: v3.0-rc1~336^2~582 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5c60b5fdbb3e27fa70f182bba98cdbca02f5c3f;p=pandora-kernel.git 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 Cc: Henry Ptasinski Cc: Roland Vossen Signed-off-by: Arend van Spriel Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed