summaryrefslogtreecommitdiffstats
path: root/sys/net80211
Commit message (Expand)AuthorAgeFilesLines
* 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
* Constantly use MHz instead of Mhz.bschmidt2011-03-132-6/+6
* When injecting frames a temporary node is faked, during this severalbschmidt2011-03-131-1/+2
* Fix a cut&paste error while parsing htcap/htinfo elements. This one isbschmidt2011-03-131-1/+1
* Honor device capabilities while initializing ni_htrates.bschmidt2011-03-132-13/+52
* Fix rmax calculation during BSS selection.bschmidt2011-03-131-9/+21
* Fill hc_mcsset completely.bschmidt2011-03-131-14/+42
* While determining the maxrate for ieee80211_media_setup() honorbschmidt2011-03-131-4/+12
* Change the way HT capatibilities are announced.bschmidt2011-03-131-43/+88
* First step on removing the harcoded RX/TX stream and MCS0-15 assumptions.bschmidt2011-03-132-0/+13
* Complete the MCS rate table based on the final 802.11n std. While herebschmidt2011-03-104-20/+141
* Fix typos - remove duplicate "is".brucec2011-02-231-1/+1
* Make sure to only accept and handle action frames which are for us. Inbschmidt2011-02-225-45/+58
* It is IEEE80211_SUPPORT_XXX not IEEE80211_XXX_SUPPORT.bschmidt2011-02-211-6/+6
* Add a new mgmt subtype "ACTION NO ACK" defined in 802.11n-2009, while herebschmidt2011-02-218-98/+122
* Default to the lowest negotiated rate for mgmt/multicast traffic in 11n modeadrian2011-02-211-0/+18
* Instead of always returning 0 to a scan request, indicate if there isbschmidt2011-01-301-4/+5
* Change return code semantics of start_scan_locked(). Instead of reportingbschmidt2011-01-301-1/+2
* Honor the IEEE80211_SCAN_BGSCAN flag, which makes it possible to actuallybschmidt2011-01-301-0/+2
* Jump to the next element and not to an arbitrary point. frm[1] containsbschmidt2011-01-191-1/+1
* Specify a CTLTYPE_FOO so that a future sysctl(8) change does not needmdf2011-01-181-1/+1
* Pull ieee80211_ratectl_node_init() calls from drivers into net80211.bschmidt2011-01-171-0/+4
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-122-8/+8
* The meshid element is memcpy()'ed into se_meshid if included in eitherbschmidt2010-11-221-1/+1
* The ni_rctls checks are used to verify that a ratectl algo has set upbschmidt2010-11-141-8/+0
* Some device drivers calculate various timing related things based onbschmidt2010-11-131-0/+1
OpenPOWER on IntegriCloud