summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_freebsd.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "Importing pfSense patches net80211HEAD.tgz and conf.file.ieee80211.diff"Renato Botelho2016-02-221-2/+2
* Importing pfSense patches net80211HEAD.tgz and conf.file.ieee80211.diffRenato Botelho2015-08-171-2/+2
* Add in some backwards compatability hacks to make -HEAD net80211 compileadrian2013-08-221-0/+21
* Reorder the mbuf defines to make more sense and group related flagsandre2013-08-191-8/+5
* Migrate the net80211 protocol specific use of M_FRAG, M_FIRSTFRAG andandre2013-08-191-2/+5
* Convert net80211 over to using if_transmit for the dispatch from theadrian2013-08-081-2/+2
* Bring over my initial work from the net80211 TX locking branch.adrian2013-03-081-2/+28
* Add a primitive to check if a lock is not owned.adrian2012-11-261-0/+2
* Revert previous commit...kevlo2012-10-101-1/+1
* Prefer NULL over 0 for pointerskevlo2012-10-091-1/+1
* Make this code a little more portable by wrapping the mtx calls intorpaulo2010-04-141-0/+10
* net80211 rate control framework (net80211 ratectl).rpaulo2010-04-071-4/+9
* Implementation of the upcoming Wireless Mesh standard, 802.11s, on therpaulo2009-07-111-0/+13
* Add ieee80211_ageq; a facility for staging packets that requiresam2009-07-051-32/+11
* Prepare to distribute sysctl code to reduce global definitions:sam2009-05-201-0/+4
* Create a taskqueue for each wireless interface which provides a serialisedthompsa2009-05-021-0/+1
* Store the tx seq# of an 802.11 frame in the mbuf pkthdr; this will besam2009-04-271-0/+7
* o update dwds mcast handling after hoisting ieee80211_encap: frames needsam2009-04-031-2/+1
* hide linker set stuff from user spacesam2009-03-241-1/+1
* add linker sets for get/set ioctl handlers so optional net80211sam2009-03-241-0/+11
* Add memmove() to the kernel, making the kernel compile with Clang.ed2009-02-281-2/+0
* strip M_FRAG & co mbufs coming down from ip_output, these flags aresam2009-02-131-1/+2
* New ap-side power save implementation; the main change is to allow driverssam2008-10-261-34/+7
* introduce M_ENCAP flag to mark packets encapsulated w/ an 802.11 headersam2008-10-261-1/+2
* o change ieee80211_mgmt_output to take a raw xmit parameters block sosam2008-10-261-2/+1
* Cleanup AMPDU handling:sam2008-09-211-3/+7
* moreve the aggregation q; it's not being used andsam2008-09-061-7/+0
* fix age calculations (yet again); entries in the q have valuessam2008-09-061-1/+1
* Revise lock name handling:sam2008-05-281-18/+26
* Multi-bss (aka vap) support for 802.11 devices.sam2008-04-201-65/+253
* sync 11n support with vap code base; many changes based on interopsam2007-11-021-0/+8
* o add M_WEP mbuf flag so drivers can mark frames that are decrypted by thesam2007-09-051-0/+5
* Correct msecs_to_ticks macro. This fixes problems when hz is not thesam2007-06-251-1/+1
* Update 802.11 wireless support:sam2007-06-111-2/+66
* copyright updates:sam2007-06-061-3/+1
* When dispatching frames saved on the power save queue to asam2007-03-071-0/+15
* reduce user-visible namespace to just what is neededsam2007-01-091-0/+2
* bandaid to unbreak build (user code includes this file)sam2007-01-091-0/+1
* Fix potential node refcnt leak. If mbufs are q'd on ic_mgtq whensam2007-01-081-0/+2
* add support for 802.11 packet injection via bpfsam2006-07-261-0/+33
* Split crypto tx+rx key indices and add a key index -> node mapping table:sam2005-08-081-1/+4
* Fix handling of data frames queued for a station in power save mode:sam2005-07-061-0/+1
* remove extern from function declssam2005-04-041-3/+3
* pass re-association events up using a new message typesam2005-03-291-0/+1
* bump copyright for 2005sam2004-12-311-1/+1
* Update 802.11 support; too much new functionality to fully describesam2004-12-081-0/+223
OpenPOWER on IntegriCloud