| Commit message (Expand) | Author | Age | Files | Lines |
* | net80211: add ieee80211_restart_all() call. | avos | 2015-10-27 | 1 | -0/+24 |
* | Defer calling into the driver to update the QOS (WME) configuration. | adrian | 2015-09-29 | 1 | -1/+16 |
* | Remove duplicate use of RV(), LE_* and other macros. | adrian | 2015-09-22 | 1 | -4/+3 |
* | Replay r286410. Change KPI of how device drivers that provide wireless | glebius | 2015-08-27 | 1 | -20/+16 |
* | Reset the channel to the first available channel if the interface | adrian | 2015-08-23 | 1 | -0/+40 |
* | Revert the wifi ifnet changes until things are more baked and tested. | adrian | 2015-08-08 | 1 | -16/+20 |
* | Change KPI of how device drivers that provide wireless connectivity interact | glebius | 2015-08-07 | 1 | -20/+16 |
* | Change three methods in struct ieee80211com, namely ic_updateslot, | glebius | 2015-05-25 | 1 | -5/+3 |
* | Convert malloc/free back to #define's, as part of OS portability work. | adrian | 2015-05-25 | 1 | -1/+1 |
* | Use name from ieee80211com instead of parent ifnet, in debugging printfs. | glebius | 2015-05-25 | 1 | -2/+1 |
* | CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten | jkim | 2015-05-22 | 1 | -1/+1 |
* | Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED. | kevlo | 2014-01-08 | 1 | -1/+1 |
* | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | glebius | 2013-10-26 | 1 | -0/+1 |
* | Fix a use-after-free node reference issue when waiting for a return | adrian | 2013-10-24 | 1 | -3/+1 |
* | Replace the homegrown implementation of nitems() with calls to nitems() | rpaulo | 2013-08-14 | 1 | -4/+2 |
* | Convert net80211 over to using if_transmit for the dispatch from the | adrian | 2013-08-08 | 1 | -7/+4 |
* | if_start() is being used here as a way of kick-starting the new queue | adrian | 2012-12-22 | 1 | -0/+5 |
* | Update the aggressive mode logic to also enable aggressive mode | adrian | 2012-12-10 | 1 | -8/+50 |
* | Create a new task to handle 802.11n channel width changes. | adrian | 2012-03-25 | 1 | -0/+14 |
* | Although it's documented that the vap newstate call can drop the | adrian | 2012-02-24 | 1 | -0/+6 |
* | Fix a panic in the wifi stack when a software beacon miss occurs in the wrong... | adrian | 2011-10-02 | 1 | -7/+12 |
* | Fix brokenness introduced by my last commit. | adrian | 2011-07-20 | 1 | -0/+2 |
* | This sets the BSS channel for each VAP for the given interface. | adrian | 2011-07-19 | 1 | -0/+15 |
* | Fix a WME corner case found by the FreeBSD 802.11n testing crew. | adrian | 2011-03-24 | 1 | -0/+9 |
* | Add a new mgmt subtype "ACTION NO ACK" defined in 802.11n-2009, while here | bschmidt | 2011-02-21 | 1 | -1/+1 |
* | Default to the lowest negotiated rate for mgmt/multicast traffic in 11n mode | adrian | 2011-02-21 | 1 | -0/+18 |
* | fixes a broken software beacon miss handler. There is a race to check | weongyo | 2010-03-14 | 1 | -2/+0 |
* | Implementation of the upcoming Wireless Mesh standard, 802.11s, on the | rpaulo | 2009-07-11 | 1 | -2/+13 |
* | o station mode channel switch support | sam | 2009-06-04 | 1 | -9/+28 |
* | remove another vestige of the null if_softc on detach hack | sam | 2009-06-02 | 1 | -16/+6 |
* | Overhaul monitor mode handling: | sam | 2009-05-20 | 1 | -0/+1 |
* | Cancel the scan when going to INIT state. Should do this for other states here | thompsa | 2009-05-10 | 1 | -0/+2 |
* | Relax the condition for printing the lost state transition message. The new | thompsa | 2009-05-03 | 1 | -10/+12 |
* | Create a taskqueue for each wireless interface which provides a serialised | thompsa | 2009-05-02 | 1 | -44/+171 |
* | split Atheros SuperG support out into it's own file that's included only | sam | 2009-03-24 | 1 | -33/+0 |
* | o reset aggressive mode flag; it was being left set after marking an | sam | 2009-02-20 | 1 | -1/+2 |
* | misc cleanup of wme parameter setting | sam | 2009-02-20 | 1 | -63/+46 |
* | Add modes for 1/2 and 1/4-width channels so we have separate roaming | sam | 2009-02-19 | 1 | -0/+20 |
* | use c99 initializers | sam | 2009-02-19 | 1 | -101/+101 |
* | o consolidate loops to eliminate assumptions about ordering of modes | sam | 2009-02-19 | 1 | -13/+10 |
* | Add a ieee80211_waitfor_parent() function that will wait for all deferred | thompsa | 2009-02-12 | 1 | -0/+15 |
* | convert MALLOC/FREE to malloc/free | sam | 2008-12-18 | 1 | -1/+1 |
* | Revert the removal of the MALLOC and FREE macros from the net80211 code. | des | 2008-10-23 | 1 | -1/+1 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | des | 2008-10-23 | 1 | -1/+1 |
* | Add ieee80211_suspend_all and ieee80211_resume_all for | sam | 2008-05-28 | 1 | -0/+40 |
* | ignore sw beacon miss while scanning, just reset the beacon count and timer | sam | 2008-05-22 | 1 | -1/+18 |
* | Multi-bss (aka vap) support for 802.11 devices. | sam | 2008-04-20 | 1 | -475/+776 |
* | update default wme parameters to latest WiFi test plans | sam | 2007-11-23 | 1 | -24/+24 |
* | sync 11n support with vap code base; many changes based on interop | sam | 2007-11-02 | 1 | -1/+3 |
* | don't try to re-associate after a parameter change, too many ap's | sam | 2007-11-02 | 1 | -11/+1 |