summaryrefslogtreecommitdiffstats
path: root/sys/net80211
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant forward declaration of struct ieee80211com.ray2012-02-201-2/+0
* Correct the 802.11s mesh configuration structure and related tidbits.adrian2012-02-132-20/+53
* Update the 802.11s IE numbers to represent the latest 802.11 amendment standard.adrian2012-02-081-20/+25
* Update the mesh reason codes to match the latest 802.11s specification.adrian2012-02-061-13/+15
* Whitespace removal.rpaulo2012-02-031-12/+12
* Add a DFS debugging mode which is useful when doing automated DFSadrian2012-01-312-16/+72
* Missing code for receiving MESH PREP that should be part of r230409.adrian2012-01-291-6/+15
* Mark the taskqueue as the _net80211_ taskqueue.adrian2012-01-221-1/+1
* Fix the hwmp code to handle nodes in a "line" topology.adrian2012-01-211-39/+99
* Change the hwmp debugging to use %6D rather than ether_sprintf().adrian2012-01-211-35/+36
* Fix the situation where net80211 is built with IEEE80211_SUPPORT_TDMA but a m...adrian2012-01-151-0/+4
* Add the ability to kick an existing mesh node without waiting for itadrian2012-01-111-0/+11
* Add the MCS radiotype entry.adrian2012-01-112-0/+5
* Add in the vendor extension bit in the radiotap header.adrian2012-01-101-0/+1
* Correct comment for the IPv6 case to say "traffic class" not "TOS"bz2012-01-071-1/+1
* MCS32 equals 32, not 8*ic_txstream.bschmidt2012-01-021-1/+1
* Remove now redundant mac argument.bschmidt2011-12-174-14/+8
* Fix some net80211 enum nits:bschmidt2011-12-174-15/+21
* Modify the ACL code slightly to support a few nifty things:adrian2011-12-154-4/+17
* .. add missing include from an incorrect merge.adrian2011-11-081-0/+2
* Reject frames in STA mode which are not destined to the local STA address.adrian2011-11-081-0/+24
* Add 802.11h quiet time element support into net80211.adrian2011-11-0810-2/+131
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-072-2/+2
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-074-4/+4
* Include the tid when printing out crypto replay errors.adrian2011-10-281-2/+2
* Fix an unused variable warning/error when invariants isn't enabled.adrian2011-10-121-2/+1
* Fix a panic in the wifi stack when a software beacon miss occurs in the wrong...adrian2011-10-023-7/+17
* This patch fixes beacon frame sequence number generation. The codeadrian2011-08-241-0/+8
* Correctly handle BAR TX failures.adrian2011-08-191-1/+5
* Fix BAR frame TX completion - successful transmission is indicatedadrian2011-08-161-2/+2
* When setting a fixed channel on adapters with 11n support the scanbschmidt2011-08-081-1/+9
* Fix brokenness introduced by my last commit.adrian2011-07-201-0/+2
* This sets the BSS channel for each VAP for the given interface.adrian2011-07-191-0/+15
* Fix memset sizeofskevlo2011-07-072-2/+2
* Print out a big warning if DFS can't find a channel to use.adrian2011-06-271-0/+2
* Add a callback for ADDBA response timeouts.adrian2011-06-202-0/+21
* Change i_len in ieee80211req to be unsigned and fix other signed/unsignedkevlo2011-06-163-8/+9
* Certain adapters have HT40 support on some but not all channels. Thebschmidt2011-06-041-0/+12
* Data frames sent over the mgmt path might be part of a TX aggr sessionbschmidt2011-06-041-3/+10
* Fix typo, it is MPDU not MDPU.bschmidt2011-05-211-1/+1
* Fix up the net80211 alq logging - this commit makes it usable.adrian2011-05-111-3/+5
* net80211 alq bugfixes:adrian2011-05-111-3/+12
* Fix some corner cases in the net80211 sequence number retransmissionadrian2011-05-046-24/+103
* We need in.h for both INET and INET6, as according to RFC 3493 itbz2011-04-251-1/+4
* Revert r220907 and r220915.adrian2011-04-222-26/+9
* Implement very basic ALQ logging for net80211.adrian2011-04-212-0/+195
* Change the MIMO userland export ABI to include flags, number of radio chains,adrian2011-04-212-9/+26
* Re-add the pad[2] I deleted by accident.adrian2011-04-081-0/+1
* Add initial support for MIMO statistics to net80211.adrian2011-04-085-5/+109
* Fix a WME corner case found by the FreeBSD 802.11n testing crew.adrian2011-03-241-0/+9
OpenPOWER on IntegriCloud