diff options
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | lib/network/connection/wireless.pm | 7 |
2 files changed, 3 insertions, 7 deletions
@@ -1,3 +1,6 @@ +- remove rtl8187se thirdparty check, it has been in mainline for a + long time already + 1.9 - further fix iwlagn firmware installation diff --git a/lib/network/connection/wireless.pm b/lib/network/connection/wireless.pm index f7f67b0..2cf04ff 100644 --- a/lib/network/connection/wireless.pm +++ b/lib/network/connection/wireless.pm @@ -309,13 +309,6 @@ my @thirdparty_settings = ( }, }; } ([ 61, 2661 ], [ 73 ], [ 2860 ], [ 2870 ], [ 3090 ])), - - { - name => 'rtl8187se', - matching => 'r8180', - description => 'Realtek RTL8180 / RTL8185 WiFi', - kernel_module => 1, - }, ); sub get_packages { 'wireless-tools' } |