summaryrefslogtreecommitdiffstats
path: root/sys/dev/mwl
Commit message (Expand)AuthorAgeFilesLines
* MFC: r278532marius2015-02-151-8/+7
* MFC: r275870marius2015-02-081-2/+2
* MFC r260444:kevlo2014-02-171-4/+5
* MFC r259869:dim2013-12-281-0/+2
* 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