aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211
Commit message (Expand)AuthorAgeFilesLines
* We need in.h for both INET and INET6, as according to RFC 3493 itBjoern A. Zeeb2011-04-251-1/+4
* Revert r220907 and r220915.Adrian Chadd2011-04-222-26/+9
* Implement very basic ALQ logging for net80211.Adrian Chadd2011-04-212-0/+195
* Change the MIMO userland export ABI to include flags, number of radio chains,Adrian Chadd2011-04-212-9/+26
* Re-add the pad[2] I deleted by accident.Adrian Chadd2011-04-081-0/+1
* Add initial support for MIMO statistics to net80211.Adrian Chadd2011-04-085-5/+109
* Fix a WME corner case found by the FreeBSD 802.11n testing crew.Adrian Chadd2011-03-241-0/+9
* Constantly use MHz instead of Mhz.Bernhard Schmidt2011-03-132-6/+6
* When injecting frames a temporary node is faked, during this severalBernhard Schmidt2011-03-131-1/+2
* Fix a cut&paste error while parsing htcap/htinfo elements. This one isBernhard Schmidt2011-03-131-1/+1
* Honor device capabilities while initializing ni_htrates.Bernhard Schmidt2011-03-132-13/+52
* Fix rmax calculation during BSS selection.Bernhard Schmidt2011-03-131-9/+21
* Fill hc_mcsset completely.Bernhard Schmidt2011-03-131-14/+42
* While determining the maxrate for ieee80211_media_setup() honorBernhard Schmidt2011-03-131-4/+12
* Change the way HT capatibilities are announced.Bernhard Schmidt2011-03-131-43/+88
* First step on removing the harcoded RX/TX stream and MCS0-15 assumptions.Bernhard Schmidt2011-03-132-0/+13
* Complete the MCS rate table based on the final 802.11n std. While hereBernhard Schmidt2011-03-104-20/+141
* Fix typos - remove duplicate "is".Rebecca Cran2011-02-231-1/+1
* Make sure to only accept and handle action frames which are for us. InBernhard Schmidt2011-02-225-45/+58
* It is IEEE80211_SUPPORT_XXX not IEEE80211_XXX_SUPPORT.Bernhard Schmidt2011-02-211-6/+6
* Add a new mgmt subtype "ACTION NO ACK" defined in 802.11n-2009, while hereBernhard Schmidt2011-02-218-98/+122
* Default to the lowest negotiated rate for mgmt/multicast traffic in 11n modeAdrian Chadd2011-02-211-0/+18
* Instead of always returning 0 to a scan request, indicate if there isBernhard Schmidt2011-01-301-4/+5
* Change return code semantics of start_scan_locked(). Instead of reportingBernhard Schmidt2011-01-301-1/+2
* Honor the IEEE80211_SCAN_BGSCAN flag, which makes it possible to actuallyBernhard Schmidt2011-01-301-0/+2
* Jump to the next element and not to an arbitrary point. frm[1] containsBernhard Schmidt2011-01-191-1/+1
* Specify a CTLTYPE_FOO so that a future sysctl(8) change does not needMatthew D Fleming2011-01-181-1/+1
* Pull ieee80211_ratectl_node_init() calls from drivers into net80211.Bernhard Schmidt2011-01-171-0/+4
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.Matthew D Fleming2011-01-122-8/+8
* The meshid element is memcpy()'ed into se_meshid if included in eitherBernhard Schmidt2010-11-221-1/+1
* The ni_rctls checks are used to verify that a ratectl algo has set upBernhard Schmidt2010-11-141-8/+0
* Some device drivers calculate various timing related things based onBernhard Schmidt2010-11-131-0/+1
* Instead of using the AMRR ratectl algo as default for drivers which haveBernhard Schmidt2010-11-066-23/+17
* Fix an undefined behaviour if the desired ratectl algo is not available.Bernhard Schmidt2010-10-193-1/+133
* Fix background roaming to actually work in AUTO roaming mode.Adrian Chadd2010-10-011-1/+1
* Wrap remaining ieee80211_ratectl_node_init() calls missed in r211314.Bernhard Schmidt2010-08-211-3/+6
* Introduce IEEE80211_C_RATECTL, drivers which use the ratectl frameworkBernhard Schmidt2010-08-144-5/+10
* Initialize ni_txrate after txparams have been setup. Some driversBernhard Schmidt2010-08-142-0/+6
* - Introduce IEEE80211_KEY_NOREPLAY, a per-key flag to ignore replayBernhard Schmidt2010-07-013-17/+7
* Remove GNU-style struct initialization.Ed Schouten2010-06-121-6/+6
* Fixing compilation bustage by adding the missing && back.Tai-hwa Liang2010-06-111-1/+1
* Some odd APs send beacons on the same TX queue as non-beacons. This breaksRui Paulo2010-06-101-1/+1
* Add missing braces.Rui Paulo2010-06-101-1/+2
* Fix resource leaks in ieee80211_ioctl_setchanlist() in case of error.Rui Paulo2010-06-011-2/+6
* Compare the address of the array, not the array.Rui Paulo2010-06-011-1/+1
* Don't reference null pointer in hwmp_recv_preq().Rui Paulo2010-06-011-0/+3
* Properly initialize stack variable sr in setmlme_assoc_adhoc().Rui Paulo2010-06-011-0/+1
* Add new tunable 'net.link.ifqmaxlen' to set default send interfaceMaxim Sobolev2010-05-031-2/+2
* Decrement rxa_pad due to the addition of rxa_private.Rui Paulo2010-04-291-1/+1
* Add a private field to struct ieee80211_rx_ampdu do hold driver specificRui Paulo2010-04-281-0/+1