diff options
Diffstat (limited to 'lib/network')
-rw-r--r-- | lib/network/connection/wireless.pm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/network/connection/wireless.pm b/lib/network/connection/wireless.pm index 920bb30..ff48fb8 100644 --- a/lib/network/connection/wireless.pm +++ b/lib/network/connection/wireless.pm @@ -264,7 +264,8 @@ my @thirdparty_settings = ( }, { - name => 'rt61pci', + name => 'rt61', + matching => 'rt61pci', description => 'Ralink RT61 802.11abg WLAN', firmware => { url => 'http://rt2x00.serialmonkey.com/', @@ -273,7 +274,8 @@ my @thirdparty_settings = ( }, { - name => 'rt73usb', + name => 'rt73', + matching => 'rt73usb', description => 'Ralink RT73 802.11abg WLAN', firmware => { url => 'http://rt2x00.serialmonkey.com/', |