From fbe6e4521d4594d8599ed4363f1873a0c24c6ff3 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 18 Sep 2008 14:00:30 +0000 Subject: add support for rtl8187se driver --- lib/network/connection/wireless.pm | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'lib/network/connection') diff --git a/lib/network/connection/wireless.pm b/lib/network/connection/wireless.pm index c57e386..14f571b 100644 --- a/lib/network/connection/wireless.pm +++ b/lib/network/connection/wireless.pm @@ -289,6 +289,13 @@ my @thirdparty_settings = ( test_file => 'rt2860.bin', }, }, + + { + name => 'rtl8187se', + matching => 'r8180', + description => 'Realtek RTL8180 / RTL8185 WiFi', + kernel_module => 1, + }, ); sub get_packages { 'wireless-tools' } -- cgit v1.2.1