summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656
diff options
context:
space:
mode:
authorMalcolm Priestley <tvboxspy@gmail.com>2014-09-04 23:08:37 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-09-08 14:01:17 -0700
commit163090a24cecb67966350b448a1c9f9106c7a872 (patch)
tree987ff02c123c664b8c222c81b2ff9a0f8f7f5e55 /drivers/staging/vt6656
parentc72f65cccab03dc9524a3d7fa385f31d5b6ae377 (diff)
downloadlinux-163090a24cecb67966350b448a1c9f9106c7a872.tar.bz2
staging: vt6656: remove rate_control_algorithm pid
rate control algorithm pid was removed from wireless tree The device defaults to algorithm 'minstrel_ht' There has been no problems using this algorithm. Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vt6656')
-rw-r--r--drivers/staging/vt6656/main_usb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/vt6656/main_usb.c b/drivers/staging/vt6656/main_usb.c
index 422fcbabafac..2fbff907ce8a 100644
--- a/drivers/staging/vt6656/main_usb.c
+++ b/drivers/staging/vt6656/main_usb.c
@@ -993,7 +993,6 @@ vt6656_probe(struct usb_interface *intf, const struct usb_device_id *id)
IEEE80211_HW_SIGNAL_DBM |
IEEE80211_HW_TIMING_BEACON_ONLY;
- priv->hw->rate_control_algorithm = "pid";
priv->hw->max_signal = 100;
SET_IEEE80211_DEV(priv->hw, &intf->dev);