| Commit message (Expand) | Author | Age | Files | Lines |
* | net80211: move ieee80211_free_node() call on error from ic_raw_xmit() to ieee... | adrian | 2015-10-12 | 1 | -3/+0 |
* | net80211: drop ieee80211_beacon_offsets parameter from ieee80211_beacon_alloc... | adrian | 2015-10-03 | 1 | -2/+1 |
* | net80211: drop redundant 3rd parameter from iv_key_set(). | adrian | 2015-10-03 | 1 | -4/+14 |
* | net80211: include one copy of struct ieee80211_beacon_offsets into ieee80211vap | adrian | 2015-09-22 | 1 | -2/+2 |
* | net80211 & wireless drivers: remove duplicate defines (noop) | adrian | 2015-09-22 | 1 | -27/+6 |
* | Replay r286410. Change KPI of how device drivers that provide wireless | glebius | 2015-08-27 | 3 | -312/+204 |
* | Revert the wifi ifnet changes until things are more baked and tested. | adrian | 2015-08-08 | 3 | -204/+312 |
* | Fix !MWL_DEBUG build. | glebius | 2015-08-07 | 1 | -4/+4 |
* | Change KPI of how device drivers that provide wireless connectivity interact | glebius | 2015-08-07 | 3 | -312/+204 |
* | Change three methods in struct ieee80211com, namely ic_updateslot, | glebius | 2015-05-25 | 1 | -13/+13 |
* | Set ic_softc in all 802.11 drivers. Not required right now, but will be | 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 |
* | CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten | jkim | 2015-05-22 | 1 | -1/+1 |
* | Fix compilation with GCC in the PAE case. | marius | 2015-02-10 | 1 | -8/+7 |
* | Use the correct macro for listing the maximum bus space size. | adrian | 2014-12-17 | 1 | -2/+2 |
* | Mechanically convert to if_inc_counter(). | glebius | 2014-09-18 | 1 | -8/+10 |
* | All mbuf external free functions never fail, so let them be void. | glebius | 2014-07-11 | 1 | -2/+1 |
* | Pull in r267961 and r267973 again. Fix for issues reported will follow. | hselasky | 2014-06-28 | 1 | -12/+6 |
* | Revert r267961, r267973: | gjb | 2014-06-27 | 1 | -6/+12 |
* | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | hselasky | 2014-06-27 | 1 | -12/+6 |
* | Don't destroy bus_dma maps created by bus_dmamem_alloc(). In some cases, | jhb | 2014-06-10 | 2 | -28/+6 |
* | Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED. | kevlo | 2014-01-08 | 1 | -4/+5 |
* | In sys/dev/mwl/if_mwl.c, put the static RD4() function under #ifdef | dim | 2013-12-25 | 1 | -0/+2 |
* | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | glebius | 2013-10-26 | 2 | -0/+4 |
* | Give (*ext_free) an int return value allowing for very sophisticated | andre | 2013-08-25 | 1 | -1/+2 |
* | Add an mbuf pointer parameter to (*ext_free) to give the external | andre | 2013-08-24 | 1 | -1/+1 |
* | Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCI | scottl | 2013-08-12 | 1 | -30/+3 |
* | Mechanically substitute flags from historic mbuf allocator with | glebius | 2012-12-04 | 1 | -3/+3 |
* | Fix the RX free list locking creation and destruction to be consistent | adrian | 2012-04-17 | 1 | -2/+8 |
* | Add missing #include | adrian | 2012-04-17 | 1 | -0/+1 |
* | Migrate the net80211 TX aggregation state to be from per-AC to per-TID. | adrian | 2012-04-15 | 2 | -10/+10 |
* | Fix some net80211 enum nits: | bschmidt | 2011-12-17 | 1 | -7/+7 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | ed | 2011-11-07 | 1 | -1/+2 |
* | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | ed | 2011-11-07 | 1 | -1/+1 |
* | Revert r220907 and r220915. | adrian | 2011-04-22 | 1 | -6/+6 |
* | Convert to new ieee80211_mimo_info format. | adrian | 2011-04-21 | 1 | -6/+6 |
* | Fix typos - remove duplicate "the". | brucec | 2011-02-21 | 1 | -1/+1 |
* | The mwl's HAL manages an array of MWL_MBSS_MAX VAPs where the first 8 are | bschmidt | 2010-12-31 | 1 | -1/+1 |
* | Fix firmware module dependencies. | bschmidt | 2010-09-10 | 1 | -1/+1 |
* | Add new tunable 'net.link.ifqmaxlen' to set default send interface | sobomax | 2010-05-03 | 1 | -2/+2 |
* | - Add a private timer to drive the transmit watchdog instead of using | jhb | 2009-11-19 | 2 | -8/+20 |
* | Don't use BUS_DMA_ALLOCNOW as that causes the attachment to fail on | rpaulo | 2009-10-22 | 1 | -1/+1 |
* | Replace 'can not' with 'cannot' so that we use 'cannot' everywhere. | rpaulo | 2009-09-23 | 1 | -1/+1 |
* | Call mwl_rxdma_cleanup() if there was an error setting up the RX DMA. | rpaulo | 2009-09-18 | 1 | -1/+3 |
* | must also plumb static wep keys to the local sta db in sta mode; not | sam | 2009-09-04 | 1 | -0/+4 |
* | Implementation of the upcoming Wireless Mesh standard, 802.11s, on the | rpaulo | 2009-07-11 | 1 | -4/+13 |
* | Revamp 802.11 action frame handling: | sam | 2009-07-05 | 2 | -5/+9 |
* | Update to 3.6.2.2 firmware (latest w/o host-based power save support): | sam | 2009-06-29 | 5 | -130/+292 |
* | track HT flags move to iv_flags_ht | sam | 2009-06-07 | 1 | -7/+7 |
* | driver for Marvell 88W8363 Wireless LAN controller | sam | 2009-06-01 | 8 | -0/+10625 |