summaryrefslogtreecommitdiffstats
path: root/sys/dev/mwl
Commit message (Expand)AuthorAgeFilesLines
* net80211: move ieee80211_free_node() call on error from ic_raw_xmit() to ieee...adrian2015-10-121-3/+0
* net80211: drop ieee80211_beacon_offsets parameter from ieee80211_beacon_alloc...adrian2015-10-031-2/+1
* net80211: drop redundant 3rd parameter from iv_key_set().adrian2015-10-031-4/+14
* net80211: include one copy of struct ieee80211_beacon_offsets into ieee80211vapadrian2015-09-221-2/+2
* net80211 & wireless drivers: remove duplicate defines (noop)adrian2015-09-221-27/+6
* Replay r286410. Change KPI of how device drivers that provide wirelessglebius2015-08-273-312/+204
* Revert the wifi ifnet changes until things are more baked and tested.adrian2015-08-083-204/+312
* Fix !MWL_DEBUG build.glebius2015-08-071-4/+4
* Change KPI of how device drivers that provide wireless connectivity interactglebius2015-08-073-312/+204
* Change three methods in struct ieee80211com, namely ic_updateslot,glebius2015-05-251-13/+13
* Set ic_softc in all 802.11 drivers. Not required right now, but will beglebius2015-05-251-0/+1
* Make net80211 drivers supply their device name to the net80211 layer, soglebius2015-05-251-0/+1
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenjkim2015-05-221-1/+1
* Fix compilation with GCC in the PAE case.marius2015-02-101-8/+7
* Use the correct macro for listing the maximum bus space size.adrian2014-12-171-2/+2
* Mechanically convert to if_inc_counter().glebius2014-09-181-8/+10
* All mbuf external free functions never fail, so let them be void.glebius2014-07-111-2/+1
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-281-12/+6
* Revert r267961, r267973:gjb2014-06-271-6/+12
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-271-12/+6
* Don't destroy bus_dma maps created by bus_dmamem_alloc(). In some cases,jhb2014-06-102-28/+6
* Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED.kevlo2014-01-081-4/+5
* In sys/dev/mwl/if_mwl.c, put the static RD4() function under #ifdefdim2013-12-251-0/+2
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-262-0/+4
* Give (*ext_free) an int return value allowing for very sophisticatedandre2013-08-251-1/+2
* Add an mbuf pointer parameter to (*ext_free) to give the externalandre2013-08-241-1/+1
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIscottl2013-08-121-30/+3
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-3/+3
* Fix the RX free list locking creation and destruction to be consistentadrian2012-04-171-2/+8
* Add missing #includeadrian2012-04-171-0/+1
* Migrate the net80211 TX aggregation state to be from per-AC to per-TID.adrian2012-04-152-10/+10
* Fix some net80211 enum nits:bschmidt2011-12-171-7/+7
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+2
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-071-1/+1
* Revert r220907 and r220915.adrian2011-04-221-6/+6
* Convert to new ieee80211_mimo_info format.adrian2011-04-211-6/+6
* Fix typos - remove duplicate "the".brucec2011-02-211-1/+1
* The mwl's HAL manages an array of MWL_MBSS_MAX VAPs where the first 8 arebschmidt2010-12-311-1/+1
* Fix firmware module dependencies.bschmidt2010-09-101-1/+1
* Add new tunable 'net.link.ifqmaxlen' to set default send interfacesobomax2010-05-031-2/+2
* - Add a private timer to drive the transmit watchdog instead of usingjhb2009-11-192-8/+20
* Don't use BUS_DMA_ALLOCNOW as that causes the attachment to fail onrpaulo2009-10-221-1/+1
* Replace 'can not' with 'cannot' so that we use 'cannot' everywhere.rpaulo2009-09-231-1/+1
* Call mwl_rxdma_cleanup() if there was an error setting up the RX DMA.rpaulo2009-09-181-1/+3
* must also plumb static wep keys to the local sta db in sta mode; notsam2009-09-041-0/+4
* Implementation of the upcoming Wireless Mesh standard, 802.11s, on therpaulo2009-07-111-4/+13
* Revamp 802.11 action frame handling:sam2009-07-052-5/+9
* Update to 3.6.2.2 firmware (latest w/o host-based power save support):sam2009-06-295-130/+292
* track HT flags move to iv_flags_htsam2009-06-071-7/+7
* driver for Marvell 88W8363 Wireless LAN controllersam2009-06-018-0/+10625
OpenPOWER on IntegriCloud