aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_acl.c
Commit message (Expand)AuthorAgeFilesLines
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* These files were getting sys/malloc.h and vm/uma.h with header pollutionGleb Smirnoff2016-02-011-0/+1
* Convert malloc/free back to #define's, as part of OS portability work.Adrian Chadd2015-05-251-9/+10
* Remove now redundant mac argument.Bernhard Schmidt2011-12-171-4/+3
* Modify the ACL code slightly to support a few nifty things:Adrian Chadd2011-12-151-1/+2
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-1/+1
* Change i_len in ieee80211req to be unsigned and fix other signed/unsignedKevin Lo2011-06-161-2/+3
* convert MALLOC/FREE to malloc/freeSam Leffler2008-12-181-7/+7
* Revert the removal of the MALLOC and FREE macros from the net80211 code.Dag-Erling Smørgrav2008-10-231-7/+7
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-7/+7
* Multi-bss (aka vap) support for 802.11 devices.Sam Leffler2008-04-201-62/+54
* Update 802.11 wireless support:Sam Leffler2007-06-111-6/+6
* copyright updates:Sam Leffler2007-06-061-7/+1
* Extend acl support to pass ioctl requests through and use this toSam Leffler2005-08-131-1/+53
* bump copyright for 2005Sam Leffler2004-12-311-1/+1
* s/inline/__inline/Sam Leffler2004-12-311-1/+1
* Update 802.11 support; too much new functionality to fully describeSam Leffler2004-12-081-0/+301