Issue #2366 has been updated by Francis GUDIN. Status changed from New to Closed
Tnx to sephe@: commit 2b415943def1a7d5b0ba5f5353b42242cf733a39 ---------------------------------------- Submit #2366: devid for Centrino Wireless-N 100 (iwn(4)) http://bugs.dragonflybsd.org/issues/2366 Author: Francis GUDIN Status: Closed 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
