summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authorbschmidt <bschmidt@FreeBSD.org>2012-03-27 17:45:50 +0000
committerbschmidt <bschmidt@FreeBSD.org>2012-03-27 17:45:50 +0000
commit419e09831f7d2ba24c98ffd94dadab273798273f (patch)
treece3ace24d6bb68da65ac8aa7d4f7c8ce9a5b4a82 /sys/dev
parent582c4bc20d9f0fab74f8d4923cea7058196c61bb (diff)
downloadFreeBSD-src-419e09831f7d2ba24c98ffd94dadab273798273f.zip
FreeBSD-src-419e09831f7d2ba24c98ffd94dadab273798273f.tar.gz
Add support for 6150 series devices.
Tested by: Shane Riddle <sh4neriddle at yahoo dot com> MFC after: 1 week
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/iwn/if_iwn.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/iwn/if_iwn.c b/sys/dev/iwn/if_iwn.c
index 247bbb4..06a04a5 100644
--- a/sys/dev/iwn/if_iwn.c
+++ b/sys/dev/iwn/if_iwn.c
@@ -89,6 +89,8 @@ static const struct iwn_ident iwn_ident_table[] = {
{ 0x8086, 0x008b, "Intel(R) Centrino(R) Wireless-N 1030" },
{ 0x8086, 0x0090, "Intel(R) Centrino(R) Advanced-N 6230" },
{ 0x8086, 0x0091, "Intel(R) Centrino(R) Advanced-N 6230" },
+ { 0x8086, 0x0885, "Intel(R) Centrino(R) Wireless-N + WiMAX 6150" },
+ { 0x8086, 0x0886, "Intel(R) Centrino(R) Wireless-N + WiMAX 6150" },
{ 0x8086, 0x0896, "Intel(R) Centrino(R) Wireless-N 130" },
{ 0x8086, 0x4229, "Intel(R) Wireless WiFi Link 4965" },
{ 0x8086, 0x422b, "Intel(R) Centrino(R) Ultimate-N 6300" },
OpenPOWER on IntegriCloud