]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r365015:
authorWarner Losh <imp@FreeBSD.org>
Wed, 9 Sep 2020 23:05:47 +0000 (23:05 +0000)
committerWarner Losh <imp@FreeBSD.org>
Wed, 9 Sep 2020 23:05:47 +0000 (23:05 +0000)
commit6f4110be7ceee5c01e1c0a9828620744304c02e9
treec9a7d8c0d7be21e6ee1f7f2c662fd0e2957ec686
parent8c24e7329fef9f8aa2efe1d144b9b9b81d439280
MFC r365015:
r365015 | imp | 2020-08-31 17:31:16 -0600 (Mon, 31 Aug 2020) | 12 lines

Warn for the non pccard attachments

These devices have non-pccard attachments. Warn for those as well. Both an and
wi don't do the modern cyrpto needed to use these cards on secure wifi networks.
an needs firmware from Cisco, which I don't think was ever produced. wi could
in theory do it with raw frames and on-host encryption, but nobody has written
that in the 15 years since WEP was cracked.

MFC After: 3 days
Noticed by: rgrimes
Differential Revision: https://reviews.freebsd.org/D26138
sys/dev/an/if_an_isa.c
sys/dev/an/if_an_pccard.c
sys/dev/an/if_an_pci.c
sys/dev/wi/if_wi_macio.c
sys/dev/wi/if_wi_pccard.c
sys/dev/wi/if_wi_pci.c