summaryrefslogtreecommitdiffstats
path: root/sys/dev/mwl/if_mwl.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: r278532marius2015-02-151-8/+7
* 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
* 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-151-8/+8
* Fix some net80211 enum nits:bschmidt2011-12-171-7/+7
* 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
* 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-191-8/+18
* 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-051-4/+7
* Update to 3.6.2.2 firmware (latest w/o host-based power save support):sam2009-06-291-95/+119
* track HT flags move to iv_flags_htsam2009-06-071-7/+7
* driver for Marvell 88W8363 Wireless LAN controllersam2009-06-011-0/+4990
OpenPOWER on IntegriCloud