diff options
-rw-r--r-- | lib/network/connection/wireless.pm | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/lib/network/connection/wireless.pm b/lib/network/connection/wireless.pm index bd58a5c..b71e49f 100644 --- a/lib/network/connection/wireless.pm +++ b/lib/network/connection/wireless.pm @@ -315,18 +315,7 @@ my @thirdparty_settings = ( test_file => "rt${_}.bin", }, }, - } (2860, 2870), - - { - name => 'rt3090', - matching => 'rt3090sta', - description => 'Ralink RT3090 WiFi', - kernel_module => 1, - firmware => { - url => 'http://www.ralinktech.com/', - test_file => 'rt3090.bin', - }, - }, + } (2860, 2870, 3090), { name => 'rtl8187se', |