| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a callback for ADDBA response timeouts. | adrian | 2011-06-20 | 2 | -0/+21 |
* | Change i_len in ieee80211req to be unsigned and fix other signed/unsigned | kevlo | 2011-06-16 | 3 | -8/+9 |
* | Certain adapters have HT40 support on some but not all channels. The | bschmidt | 2011-06-04 | 1 | -0/+12 |
* | Data frames sent over the mgmt path might be part of a TX aggr session | bschmidt | 2011-06-04 | 1 | -3/+10 |
* | Fix typo, it is MPDU not MDPU. | bschmidt | 2011-05-21 | 1 | -1/+1 |
* | Fix up the net80211 alq logging - this commit makes it usable. | adrian | 2011-05-11 | 1 | -3/+5 |
* | net80211 alq bugfixes: | adrian | 2011-05-11 | 1 | -3/+12 |
* | Fix some corner cases in the net80211 sequence number retransmission | adrian | 2011-05-04 | 6 | -24/+103 |
* | We need in.h for both INET and INET6, as according to RFC 3493 it | bz | 2011-04-25 | 1 | -1/+4 |
* | Revert r220907 and r220915. | adrian | 2011-04-22 | 2 | -26/+9 |
* | Implement very basic ALQ logging for net80211. | adrian | 2011-04-21 | 2 | -0/+195 |
* | Change the MIMO userland export ABI to include flags, number of radio chains, | adrian | 2011-04-21 | 2 | -9/+26 |
* | Re-add the pad[2] I deleted by accident. | adrian | 2011-04-08 | 1 | -0/+1 |
* | Add initial support for MIMO statistics to net80211. | adrian | 2011-04-08 | 5 | -5/+109 |
* | Fix a WME corner case found by the FreeBSD 802.11n testing crew. | adrian | 2011-03-24 | 1 | -0/+9 |
* | Constantly use MHz instead of Mhz. | bschmidt | 2011-03-13 | 2 | -6/+6 |
* | When injecting frames a temporary node is faked, during this several | bschmidt | 2011-03-13 | 1 | -1/+2 |
* | Fix a cut&paste error while parsing htcap/htinfo elements. This one is | bschmidt | 2011-03-13 | 1 | -1/+1 |
* | Honor device capabilities while initializing ni_htrates. | bschmidt | 2011-03-13 | 2 | -13/+52 |
* | Fix rmax calculation during BSS selection. | bschmidt | 2011-03-13 | 1 | -9/+21 |
* | Fill hc_mcsset completely. | bschmidt | 2011-03-13 | 1 | -14/+42 |
* | While determining the maxrate for ieee80211_media_setup() honor | bschmidt | 2011-03-13 | 1 | -4/+12 |
* | Change the way HT capatibilities are announced. | bschmidt | 2011-03-13 | 1 | -43/+88 |
* | First step on removing the harcoded RX/TX stream and MCS0-15 assumptions. | bschmidt | 2011-03-13 | 2 | -0/+13 |
* | Complete the MCS rate table based on the final 802.11n std. While here | bschmidt | 2011-03-10 | 4 | -20/+141 |
* | Fix typos - remove duplicate "is". | brucec | 2011-02-23 | 1 | -1/+1 |
* | Make sure to only accept and handle action frames which are for us. In | bschmidt | 2011-02-22 | 5 | -45/+58 |
* | It is IEEE80211_SUPPORT_XXX not IEEE80211_XXX_SUPPORT. | bschmidt | 2011-02-21 | 1 | -6/+6 |
* | Add a new mgmt subtype "ACTION NO ACK" defined in 802.11n-2009, while here | bschmidt | 2011-02-21 | 8 | -98/+122 |
* | Default to the lowest negotiated rate for mgmt/multicast traffic in 11n mode | adrian | 2011-02-21 | 1 | -0/+18 |
* | Instead of always returning 0 to a scan request, indicate if there is | bschmidt | 2011-01-30 | 1 | -4/+5 |
* | Change return code semantics of start_scan_locked(). Instead of reporting | bschmidt | 2011-01-30 | 1 | -1/+2 |
* | Honor the IEEE80211_SCAN_BGSCAN flag, which makes it possible to actually | bschmidt | 2011-01-30 | 1 | -0/+2 |
* | Jump to the next element and not to an arbitrary point. frm[1] contains | bschmidt | 2011-01-19 | 1 | -1/+1 |
* | Specify a CTLTYPE_FOO so that a future sysctl(8) change does not need | mdf | 2011-01-18 | 1 | -1/+1 |
* | Pull ieee80211_ratectl_node_init() calls from drivers into net80211. | bschmidt | 2011-01-17 | 1 | -0/+4 |
* | sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly. | mdf | 2011-01-12 | 2 | -8/+8 |
* | The meshid element is memcpy()'ed into se_meshid if included in either | bschmidt | 2010-11-22 | 1 | -1/+1 |
* | The ni_rctls checks are used to verify that a ratectl algo has set up | bschmidt | 2010-11-14 | 1 | -8/+0 |
* | Some device drivers calculate various timing related things based on | bschmidt | 2010-11-13 | 1 | -0/+1 |
* | Instead of using the AMRR ratectl algo as default for drivers which have | bschmidt | 2010-11-06 | 6 | -23/+17 |
* | Fix an undefined behaviour if the desired ratectl algo is not available. | bschmidt | 2010-10-19 | 3 | -1/+133 |
* | Fix background roaming to actually work in AUTO roaming mode. | adrian | 2010-10-01 | 1 | -1/+1 |
* | Wrap remaining ieee80211_ratectl_node_init() calls missed in r211314. | bschmidt | 2010-08-21 | 1 | -3/+6 |
* | Introduce IEEE80211_C_RATECTL, drivers which use the ratectl framework | bschmidt | 2010-08-14 | 4 | -5/+10 |
* | Initialize ni_txrate after txparams have been setup. Some drivers | bschmidt | 2010-08-14 | 2 | -0/+6 |
* | - Introduce IEEE80211_KEY_NOREPLAY, a per-key flag to ignore replay | bschmidt | 2010-07-01 | 3 | -17/+7 |
* | Remove GNU-style struct initialization. | ed | 2010-06-12 | 1 | -6/+6 |
* | Fixing compilation bustage by adding the missing && back. | avatar | 2010-06-11 | 1 | -1/+1 |
* | Some odd APs send beacons on the same TX queue as non-beacons. This breaks | rpaulo | 2010-06-10 | 1 | -1/+1 |