aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mwl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix firmware module dependencies.Bernhard Schmidt2010-09-101-1/+1
* Add new tunable 'net.link.ifqmaxlen' to set default send interfaceMaxim Sobolev2010-05-031-2/+2
* - Add a private timer to drive the transmit watchdog instead of usingJohn Baldwin2009-11-192-8/+20
* Don't use BUS_DMA_ALLOCNOW as that causes the attachment to fail onRui Paulo2009-10-221-1/+1
* Replace 'can not' with 'cannot' so that we use 'cannot' everywhere.Rui Paulo2009-09-231-1/+1
* Call mwl_rxdma_cleanup() if there was an error setting up the RX DMA.Rui Paulo2009-09-181-1/+3
* must also plumb static wep keys to the local sta db in sta mode; notSam Leffler2009-09-041-0/+4
* Implementation of the upcoming Wireless Mesh standard, 802.11s, on theRui Paulo2009-07-111-4/+13
* Revamp 802.11 action frame handling:Sam Leffler2009-07-052-5/+9
* Update to 3.6.2.2 firmware (latest w/o host-based power save support):Sam Leffler2009-06-295-130/+292
* track HT flags move to iv_flags_htSam Leffler2009-06-071-7/+7
* driver for Marvell 88W8363 Wireless LAN controllerSam Leffler2009-06-018-0/+10625