aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iwm/if_iwm_phy_ctxt.h
Commit message (Collapse)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-161-1/+0
| | | | Remove /^/[*/]\s*\$FreeBSD\$.*\n/
* iwm(4): Remove _mvm from the namespace.Mark Johnston2019-11-271-4/+4
| | | | | | | | | | | | | This was inherited from iwlwifi, which drives devices supported by both iwn(4) and iwm(4) in FreeBSD. In iwm(4) _mvm is meaningless, so remove it. OpenBSD made the same change a long time ago. No functional change intended. MFC after: 2 weeks Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=355144
* Import OpenBSD's iwm WiFi driver for Intel 3160/7260/7265.Rui Paulo2015-08-081-0/+117
There are still several bugs, but I've been using it for a while now. Thanks to all the testers and to Adrian for his help with this driver. This driver isn't connected to the build yet, but it will be soon. There's no MFC planned because the driver isn't very stable yet. Reviewed by: adrian Obtained from: https://github.com/rpaulo/iwm Tested by: adrian, gjb, dumbbell (others that I forgot). Relnotes: yes Notes: svn path=/head/; revision=286441