staging: vt6656: remove rate_control_algorithm pid
authorMalcolm Priestley <tvboxspy@gmail.com>
Thu, 4 Sep 2014 22:08:37 +0000 (23:08 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 8 Sep 2014 21:01:17 +0000 (14:01 -0700)
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>
drivers/staging/vt6656/main_usb.c

index 422fcba..2fbff90 100644 (file)
@@ -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);