| Commit message (Expand) | Author | Age | Files | Lines |
* | net80211: fix LOR/deadlock in ieee80211_ff_node_cleanup(). | avos | 2016-06-29 | 1 | -0/+1 |
* | net80211: unbreak 'show all vaps(/a)' ddb command | avos | 2016-05-17 | 1 | -0/+2 |
* | net80211: do not hardcode size of ic_modecaps field. | avos | 2016-05-04 | 1 | -1/+2 |
* | net80211: provide a set of ieee80211_add_channel*() functions | avos | 2016-04-29 | 1 | -0/+8 |
* | [net80211] Add a new capability flag to indicate that the stack should | adrian | 2016-04-05 | 1 | -0/+1 |
* | net80211: copy MAC address into iv_myaddr[] instead of aliasing it. | avos | 2016-04-05 | 1 | -1/+2 |
* | net80211: fix possible overflow in IEEE80211_TU_TO_TICKS() | avos | 2016-03-04 | 1 | -1/+1 |
* | [net80211] document the (not completely complete) set of places where | adrian | 2016-01-01 | 1 | -0/+1 |
* | net80211: add ieee80211_restart_all() call. | avos | 2015-10-27 | 1 | -0/+1 |
* | net80211: drop redundant 3rd parameter from iv_key_set(). | adrian | 2015-10-03 | 1 | -2/+1 |
* | Defer calling into the driver to update the QOS (WME) configuration. | adrian | 2015-09-29 | 1 | -0/+1 |
* | net80211: include one copy of struct ieee80211_beacon_offsets into ieee80211vap | adrian | 2015-09-22 | 1 | -0/+1 |
* | Replay r286410. Change KPI of how device drivers that provide wireless | glebius | 2015-08-27 | 1 | -9/+18 |
* | Revert the wifi ifnet changes until things are more baked and tested. | adrian | 2015-08-08 | 1 | -18/+9 |
* | Change KPI of how device drivers that provide wireless connectivity interact | glebius | 2015-08-07 | 1 | -9/+18 |
* | Break out the current 802.11 software scan methods into an indirect table. | adrian | 2015-06-08 | 1 | -0/+1 |
* | Add two counters to ieee80211com, that will be used to count transmission | glebius | 2015-05-26 | 1 | -0/+3 |
* | Cleanup compat shims for FreeBSD versions that predate 10.0-RELEASE. | glebius | 2015-05-25 | 1 | -5/+0 |
* | Change three methods in struct ieee80211com, namely ic_updateslot, | glebius | 2015-05-25 | 1 | -3/+3 |
* | Begin plumbing ieee80211_rx_stats through the receive path. | adrian | 2015-05-25 | 1 | -2/+8 |
* | Add void * member to struct ieee80211com, so that drivers can obtain their | glebius | 2015-05-25 | 1 | -0/+1 |
* | Use name from ieee80211com instead of parent ifnet, in debugging printfs. | glebius | 2015-05-25 | 1 | -0/+1 |
* | Make net80211 drivers supply their device name to the net80211 layer, so | glebius | 2015-05-25 | 1 | -0/+1 |
* | Global-ify channel_type() - this fixes non-debug net80211 builds. | adrian | 2015-01-06 | 1 | -0/+1 |
* | Add a capability to indicate that the net80211 stack should be doing | adrian | 2014-04-24 | 1 | -0/+1 |
* | Allow net80211 to compile on stable/9 and stable/8. | adrian | 2013-08-07 | 1 | -0/+5 |
* | Fix typo (dbM -> dBm) | eadler | 2013-06-14 | 1 | -1/+1 |
* | Add const qualifier to the dst parameter of the ifnet if_output method. | glebius | 2013-04-26 | 1 | -1/+1 |
* | Implement a utility function to return the current TX power cap for | adrian | 2013-04-16 | 1 | -0/+22 |
* | Bring over my initial work from the net80211 TX locking branch. | adrian | 2013-03-08 | 1 | -0/+1 |
* | Migrate the power-save functions to be overridable VAP methods. | adrian | 2012-10-02 | 1 | -0/+5 |
* | Extend the radiotap code to be aware of the size of any extra vendor | adrian | 2012-06-18 | 1 | -0/+5 |
* | Create a new task to handle 802.11n channel width changes. | adrian | 2012-03-25 | 1 | -0/+5 |
* | Fix some net80211 enum nits: | bschmidt | 2011-12-17 | 1 | -5/+6 |
* | Add 802.11h quiet time element support into net80211. | adrian | 2011-11-08 | 1 | -0/+10 |
* | Add a callback for ADDBA response timeouts. | adrian | 2011-06-20 | 1 | -0/+2 |
* | Fix typo, it is MPDU not MDPU. | bschmidt | 2011-05-21 | 1 | -1/+1 |
* | First step on removing the harcoded RX/TX stream and MCS0-15 assumptions. | bschmidt | 2011-03-13 | 1 | -0/+4 |
* | Instead of using the AMRR ratectl algo as default for drivers which have | bschmidt | 2010-11-06 | 1 | -2/+1 |
* | Introduce IEEE80211_C_RATECTL, drivers which use the ratectl framework | bschmidt | 2010-08-14 | 1 | -1/+2 |
* | Add ic_rxstream and ic_txstream. These variables hold the number of RX | rpaulo | 2010-04-28 | 1 | -1/+2 |
* | net80211 rate control framework (net80211 ratectl). | rpaulo | 2010-04-07 | 1 | -1/+4 |
* | Constify vap argument of ieee80211_{note,discard}* functions. | rpaulo | 2010-03-31 | 1 | -6/+6 |
* | Add a new field for extended HT capabilities. | rpaulo | 2010-03-23 | 1 | -1/+4 |
* | Use the iflladdr_event event to keep the mac address on the vap in sync with | thompsa | 2010-01-19 | 1 | -1/+2 |
* | Fix #ifdefs so that GCC 4.4 doesn't complain about it. | trasz | 2010-01-08 | 1 | -3/+3 |
* | Implementation of the upcoming Wireless Mesh standard, 802.11s, on the | rpaulo | 2009-07-11 | 1 | -5/+10 |
* | Add ieee80211_ageq; a facility for staging packets that require | sam | 2009-07-05 | 1 | -0/+5 |
* | Revamp 802.11 action frame handling: | sam | 2009-07-05 | 1 | -3/+4 |
* | iv_flags_ext is full, make room by moving HT-related flags to a new | sam | 2009-06-07 | 1 | -20/+28 |