aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mwl
Commit message (Expand)AuthorAgeFilesLines
* Use an accessor function to access ifr_data.Brooks Davis2018-03-301-2/+2
* [net80211] convert all of the WME use over to a temporary copy of WME info.Adrian Chadd2018-01-021-1/+5
* kernel: Fix several typos and minor errorsEitan Adler2017-12-271-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-278-0/+16
* Shorten list of arguments to mbuf external storage freeing function.Gleb Smirnoff2017-10-091-5/+5
* [net80211] RX parameter shuffle in net80211 in preparation for 4x4 NICs and 1...Adrian Chadd2017-02-201-6/+6
* net80211 + drivers: convert to ieee80211_crypto_get_key_wepidx().Andriy Voskoboinyk2016-12-071-1/+1
* mwl: switch to ieee80211_add_channel*().Andriy Voskoboinyk2016-05-191-98/+28
* mwl: drop unneeded NULL pointer check.Andriy Voskoboinyk2016-05-171-1/+1
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-032-2/+2
* [mwl] s/struct device/device_t/Adrian Chadd2016-05-022-3/+2
* net80211: enable promiscuous mode state change for non-monitor/ahdemo modesAndriy Voskoboinyk2016-04-211-8/+1
* net80211: move ieee80211_free_node() call on error from ic_raw_xmit() to ieee...Adrian Chadd2015-10-121-3/+0
* net80211: drop ieee80211_beacon_offsets parameter from ieee80211_beacon_alloc...Adrian Chadd2015-10-031-2/+1
* net80211: drop redundant 3rd parameter from iv_key_set().Adrian Chadd2015-10-031-4/+14
* net80211: include one copy of struct ieee80211_beacon_offsets into ieee80211vapAdrian Chadd2015-09-221-2/+2
* net80211 & wireless drivers: remove duplicate defines (noop)Adrian Chadd2015-09-221-27/+6
* Replay r286410. Change KPI of how device drivers that provide wirelessGleb Smirnoff2015-08-273-312/+204
* Revert the wifi ifnet changes until things are more baked and tested.Adrian Chadd2015-08-083-204/+312
* Fix !MWL_DEBUG build.Gleb Smirnoff2015-08-071-4/+4
* Change KPI of how device drivers that provide wireless connectivity interactGleb Smirnoff2015-08-073-312/+204
* Change three methods in struct ieee80211com, namely ic_updateslot,Gleb Smirnoff2015-05-251-13/+13
* Set ic_softc in all 802.11 drivers. Not required right now, but will beGleb Smirnoff2015-05-251-0/+1
* Make net80211 drivers supply their device name to the net80211 layer, soGleb Smirnoff2015-05-251-0/+1
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-221-1/+1
* Fix compilation with GCC in the PAE case.Marius Strobl2015-02-101-8/+7
* Use the correct macro for listing the maximum bus space size.Adrian Chadd2014-12-171-2/+2
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-181-8/+10
* All mbuf external free functions never fail, so let them be void.Gleb Smirnoff2014-07-111-2/+1
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-12/+6
* Revert r267961, r267973:Glen Barber2014-06-271-6/+12
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-12/+6
* Don't destroy bus_dma maps created by bus_dmamem_alloc(). In some cases,John Baldwin2014-06-102-28/+6
* Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED.Kevin Lo2014-01-081-4/+5
* In sys/dev/mwl/if_mwl.c, put the static RD4() function under #ifdefDimitry Andric2013-12-251-0/+2
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-262-0/+4
* Give (*ext_free) an int return value allowing for very sophisticatedAndre Oppermann2013-08-251-1/+2
* Add an mbuf pointer parameter to (*ext_free) to give the externalAndre Oppermann2013-08-241-1/+1
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIScott Long2013-08-121-30/+3
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-3/+3
* Fix the RX free list locking creation and destruction to be consistentAdrian Chadd2012-04-171-2/+8
* Add missing #includeAdrian Chadd2012-04-171-0/+1
* Migrate the net80211 TX aggregation state to be from per-AC to per-TID.Adrian Chadd2012-04-152-10/+10
* Fix some net80211 enum nits:Bernhard Schmidt2011-12-171-7/+7
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+2
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-1/+1
* Revert r220907 and r220915.Adrian Chadd2011-04-221-6/+6
* Convert to new ieee80211_mimo_info format.Adrian Chadd2011-04-211-6/+6
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-211-1/+1
* The mwl's HAL manages an array of MWL_MBSS_MAX VAPs where the first 8 areBernhard Schmidt2010-12-311-1/+1