DragonFly BSD
DragonFly submit List (threaded) for 2012-05
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

[DragonFlyBSD - Submit #2366] devid for Centrino Wireless-N 100 (iwn(4))


From: Francis GUDIN via Redmine <bugtracker-admin@xxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 14 May 2012 01:24:12 -0700

Issue #2366 has been reported by Francis GUDIN.

----------------------------------------
Submit #2366: devid for Centrino Wireless-N 100 (iwn(4))
http://bugs.dragonflybsd.org/issues/2366

Author: Francis GUDIN
Status: New
Priority: Normal
Assignee: 
Category: 
Target version: 


Hi,

i had my wifi working on Acer Aspire One (model D257) with a one-line addition to sys/dev/netif/iwn/if_iwn.c:

@@ -323,6 +323,7 @@ static const struct iwn_ident iwn_ident_table [] = {
        { 0x8086, 0x422C, "Intel(R) PRO/Wireless 6000" },
        { 0x8086, 0x0086, "Intel(R) PRO/Wireless 6050" },
        { 0x8086, 0x0087, "Intel(R) PRO/Wireless 6050" },
+       { 0x8086, 0x08AE, "Intel(R) Centrino Wireless-N 100" },
        { 0, 0, NULL }
 };
 



-- 
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here: http://bugs.dragonflybsd.org/my/account



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]