diff options
author | adrian <adrian@FreeBSD.org> | 2016-05-14 23:50:44 +0000 |
---|---|---|
committer | adrian <adrian@FreeBSD.org> | 2016-05-14 23:50:44 +0000 |
commit | 968a458f039a54c9a46966ccbc693f7a7ce70e1f (patch) | |
tree | 885538587ec8429aef508edfad2a225718b0dd97 | |
parent | 4c08465665cab8d6565b834738a84c83a48efbce (diff) | |
download | FreeBSD-src-968a458f039a54c9a46966ccbc693f7a7ce70e1f.zip FreeBSD-src-968a458f039a54c9a46966ccbc693f7a7ce70e1f.tar.gz |
[bwn] handle core rev 12, we can mostly do that new.
-rw-r--r-- | sys/dev/bwn/if_bwn.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/bwn/if_bwn.c b/sys/dev/bwn/if_bwn.c index eb994b5..08dc4ec 100644 --- a/sys/dev/bwn/if_bwn.c +++ b/sys/dev/bwn/if_bwn.c @@ -484,6 +484,7 @@ static const struct siba_devid bwn_devs[] = { SIBA_DEV(BROADCOM, 80211, 9, "Revision 9"), SIBA_DEV(BROADCOM, 80211, 10, "Revision 10"), SIBA_DEV(BROADCOM, 80211, 11, "Revision 11"), + SIBA_DEV(BROADCOM, 80211, 12, "Revision 12"), SIBA_DEV(BROADCOM, 80211, 13, "Revision 13"), SIBA_DEV(BROADCOM, 80211, 15, "Revision 15"), SIBA_DEV(BROADCOM, 80211, 16, "Revision 16") |