staging: brcm80211: remove wl_ops_set_rts_threshold
authorArend van Spriel <arend@broadcom.com>
Tue, 3 May 2011 09:35:12 +0000 (11:35 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 3 May 2011 19:42:31 +0000 (12:42 -0700)
commit2afa554be44d155c9de757f2671642a34e6593be
treeef3e275a34f963bfc69f0a99ce4e068f313370ce
parentb5c60b5fdbb3e27fa70f182bba98cdbca02f5c3f
staging: brcm80211: remove wl_ops_set_rts_threshold

The function is not required as the driver does honour the USE_RTS_CTS
flag. The mac80211 API notes state that either one or the other is required
(see http://wireless.kernel.org/en/developers/Documentation/mac80211/API).

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