summaryrefslogtreecommitdiffstats
path: root/sys/dev/malo/if_malo.c
Commit message (Expand)AuthorAgeFilesLines
* net80211 + drivers: hide size of 'bands' array behind a macro.avos2016-04-291-1/+1
* net80211: enable promiscuous mode state change for non-monitor/ahdemo modesavos2016-04-211-8/+1
* Remove taskqueue_enqueue_fast().jhb2016-03-011-2/+2
* These files were getting sys/malloc.h and vm/uma.h with header pollutionglebius2016-02-011-0/+1
* net80211 drivers: fix ieee80211_init_channels() usageavos2016-01-071-5/+5
* net80211: move ieee80211_free_node() call on error from ic_raw_xmit() to ieee...adrian2015-10-121-3/+0
* net80211 & wireless drivers: remove duplicate defines (noop)adrian2015-09-221-15/+4
* Replay r286410. Change KPI of how device drivers that provide wirelessglebius2015-08-271-261/+178
* Revert the wifi ifnet changes until things are more baked and tested.adrian2015-08-081-178/+261
* Change KPI of how device drivers that provide wireless connectivity interactglebius2015-08-071-261/+178
* Change three methods in struct ieee80211com, namely ic_updateslot,glebius2015-05-251-5/+4
* 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
* Fix compilation with GCC in the PAE case.marius2015-02-101-8/+7
* Mechanically convert to if_inc_counter().glebius2014-09-191-7/+7
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-281-10/+5
* Revert r267961, r267973:gjb2014-06-271-5/+10
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-271-10/+5
* Don't destroy bus_dma maps created by bus_dmamem_alloc(). In some cases,jhb2014-06-101-10/+0
* Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED.kevlo2014-01-081-1/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-2/+2
* Fix some net80211 enum nits:bschmidt2011-12-171-8/+8
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-071-1/+1
* Add new tunable 'net.link.ifqmaxlen' to set default send interfacesobomax2010-05-031-2/+2
* Cast bus_space_t to a intmax_t and use %j to print it instead ofimp2010-03-291-2/+2
* Remove extraneous semicolons, no functional changes.mbr2010-01-071-1/+1
* - Add a private timer to drive the transmit watchdog instead of usingjhb2009-11-191-7/+17
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/rwatson2009-06-261-3/+3
* Overhaul monitor mode handling:sam2009-05-201-38/+11
* Hoist 802.11 encapsulation up into net80211:sam2009-03-301-11/+0
* when it failed to inform rx/tx dma setup it should clean up allocatedweongyo2009-03-301-1/+3
* Eliminate ic_myaddr so changing the mac address of a device works correctly:sam2009-03-291-29/+2
* Minor cleanup of vap create work:sam2008-05-121-1/+2
* fix buildsam2008-04-201-1/+1
* Multi-bss (aka vap) support for 802.11 devices.sam2008-04-201-363/+234
* Add support for Marvell Libertas 88W8335 based PCI network adapters.weongyo2008-03-251-0/+2472
OpenPOWER on IntegriCloud