Skip to content

Commit

Permalink
iwmfw - Update to version 17 firmware for all devices supported by iwm.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivadasz committed Sep 20, 2016
1 parent 4d8d6f9 commit a03785a
Show file tree
Hide file tree
Showing 12 changed files with 103,290 additions and 102,427 deletions.
8 changes: 4 additions & 4 deletions sys/conf/files
Expand Up @@ -520,7 +520,7 @@ iwm3160fw.fwo optional iwmfw \
no-implicit-rule \
clean "iwm3160fw.fwo"
iwm3160.fw optional iwmfw \
dependency "$S/contrib/dev/iwm/iwm-3160-16.fw.uu" \
dependency "$S/contrib/dev/iwm/iwm-3160-17.fw.uu" \
compile-with "${NORMAL_FW}" \
no-obj no-implicit-rule \
clean "iwm3160.fw"
Expand All @@ -534,7 +534,7 @@ iwm7260fw.fwo optional iwmfw \
no-implicit-rule \
clean "iwm7260fw.fwo"
iwm7260.fw optional iwmfw \
dependency "$S/contrib/dev/iwm/iwm-7260-16.fw.uu" \
dependency "$S/contrib/dev/iwm/iwm-7260-17.fw.uu" \
compile-with "${NORMAL_FW}" \
no-obj no-implicit-rule \
clean "iwm7260.fw"
Expand All @@ -548,7 +548,7 @@ iwm7265fw.fwo optional iwmfw \
no-implicit-rule \
clean "iwm7265fw.fwo"
iwm7265.fw optional iwmfw \
dependency "$S/contrib/dev/iwm/iwm-7265-16.fw.uu" \
dependency "$S/contrib/dev/iwm/iwm-7265-17.fw.uu" \
compile-with "${NORMAL_FW}" \
no-obj no-implicit-rule \
clean "iwm7265.fw"
Expand All @@ -562,7 +562,7 @@ iwm8000Cfw.fwo optional iwmfw \
no-implicit-rule \
clean "iwm8000Cfw.fwo"
iwm8000C.fw optional iwmfw \
dependency "$S/contrib/dev/iwm/iwm-8000C-16.fw.uu" \
dependency "$S/contrib/dev/iwm/iwm-8000C-17.fw.uu" \
compile-with "${NORMAL_FW}" \
no-obj no-implicit-rule \
clean "iwm8000C.fw"
Expand Down
20,408 changes: 0 additions & 20,408 deletions sys/contrib/dev/iwm/iwm-3160-16.fw.uu

This file was deleted.

20,409 changes: 20,409 additions & 0 deletions sys/contrib/dev/iwm/iwm-3160-17.fw.uu

Large diffs are not rendered by default.

23,321 changes: 0 additions & 23,321 deletions sys/contrib/dev/iwm/iwm-7260-16.fw.uu

This file was deleted.

23,322 changes: 23,322 additions & 0 deletions sys/contrib/dev/iwm/iwm-7260-17.fw.uu

Large diffs are not rendered by default.

26,234 changes: 0 additions & 26,234 deletions sys/contrib/dev/iwm/iwm-7265-16.fw.uu

This file was deleted.

26,235 changes: 26,235 additions & 0 deletions sys/contrib/dev/iwm/iwm-7265-17.fw.uu

Large diffs are not rendered by default.

65,772 changes: 33,316 additions & 32,456 deletions sys/contrib/dev/iwm/iwm-8000C-16.fw.uu → sys/contrib/dev/iwm/iwm-8000C-17.fw.uu

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sys/dev/netif/iwm/fw/iwm3160/Makefile
Expand Up @@ -2,6 +2,6 @@
#

KMOD= iwm3160fw
IMG= iwm-3160-16
IMG= iwm-3160-17

.include <bsd.kmod.mk>
2 changes: 1 addition & 1 deletion sys/dev/netif/iwm/fw/iwm7260/Makefile
Expand Up @@ -2,6 +2,6 @@
#

KMOD= iwm7260fw
IMG= iwm-7260-16
IMG= iwm-7260-17

.include <bsd.kmod.mk>
2 changes: 1 addition & 1 deletion sys/dev/netif/iwm/fw/iwm7265/Makefile
Expand Up @@ -2,6 +2,6 @@
#

KMOD= iwm7265fw
IMG= iwm-7265-16
IMG= iwm-7265-17

.include <bsd.kmod.mk>
2 changes: 1 addition & 1 deletion sys/dev/netif/iwm/fw/iwm8000C/Makefile
Expand Up @@ -2,6 +2,6 @@
#

KMOD= iwm8000Cfw
IMG= iwm-8000C-16
IMG= iwm-8000C-17

.include <bsd.kmod.mk>

0 comments on commit a03785a

Please sign in to comment.