aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/wlan_ccmp
Commit message (Collapse)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
| | | | | | | This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper2017-03-041-2/+2
| | | | | | | | | | | This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=314651
* Move most of the 15 variations on generating opt_inet.h andWarner Losh2014-08-041-5/+0
| | | | | | | | | opt_inet6.h into kmod.mk by forcing almost everybody to eat the same dogfood. While at it, consolidate the opt_bpf.h and opt_mroute.h targets here too. Notes: svn path=/head/; revision=269540
* Per email to arch@ a little while ago (that was greeted with silence),Warner Losh2008-09-011-1/+1
| | | | | | | | prefer the more common > ${.TARGET} over > opt_foo.h in modules makefiles. Notes: svn path=/head/; revision=182668
* Multi-bss (aka vap) support for 802.11 devices.Sam Leffler2008-04-201-0/+6
| | | | | | | | | | | | | | Note this includes changes to all drivers and moves some device firmware loading to use firmware(9) and a separate module (e.g. ral). Also there no longer are separate wlan_scan* modules; this functionality is now bundled into the wlan module. Supported by: Hobnob and Marvell Reviewed by: many Obtained from: Atheros (some bits) Notes: svn path=/head/; revision=178354
* fix typo to resolve undefined symbolSam Leffler2004-12-161-1/+1
| | | | | | | Spotted by: Rong-En Fan <grafan at gmail.com> Notes: svn path=/head/; revision=138905
* bring in rijndael crypto code to satisfy dependency: shouldSam Leffler2004-12-151-0/+2
| | | | | | | | break rijndael out into a separate module a la rc4 but several other cases need to be fixed also so for now do as others do Notes: svn path=/head/; revision=138874
* Update/new modules for net80211 and ath changes.Sam Leffler2004-12-081-0/+8
Notes: svn path=/head/; revision=138573