summaryrefslogtreecommitdiff
path: root/sys/dev/malo
AgeCommit message (Expand)Author
2025-09-19net80211: convert the rest of the native net80211 drivers to SEQNO_OFFLOADAdrian Chadd
2025-02-26sys: convert ni->ni_txrate references use to the new net80211 APIAdrian Chadd
2024-11-17net80211: migrate FC0_TYPE_MASK / FC0_SUBTYPE_MASK frame type checks to macrosAdrian Chadd
2023-12-01Revert "Widen EPOCH(9) usage in PCI WLAN drivers."Bjoern A. Zeeb
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-12-21DrvAPI: Trivial mechanical conversions for various driversJustin Hibbits
2022-12-07malo: Fix mismatch in array bounds.John Baldwin
2022-09-03malo(4): Fix a typo in asource code commentGordon Bergling
2022-07-20Suppress unused variable warning in if_malo.cDimitry Andric
2022-05-06malo: Remove unused devclass argument to DRIVER_MODULE.John Baldwin
2022-04-05malo: Remove write only variables, but leave hardware reads in placeWarner Losh
2020-09-24Provide MS() and SM() macros for 80211 and wireless drivers.Bjoern A. Zeeb
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2020-02-11Use NET_TASK_INIT() and NET_GROUPTASK_INIT() for drivers that processGleb Smirnoff
2020-01-30Widen EPOCH(9) usage in PCI WLAN drivers.Hans Petter Selasky
2019-10-21Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff
2019-03-11Fix ieee80211_radiotap(9) usage in wireless drivers:Andriy Voskoboinyk
2019-02-10net80211(4): hide casts for 'i_seq' field offset calculation insideAndriy Voskoboinyk
2018-05-18ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-04-29net80211 + drivers: hide size of 'bands' array behind a macro.Andriy Voskoboinyk
2016-04-21net80211: enable promiscuous mode state change for non-monitor/ahdemo modesAndriy Voskoboinyk
2016-03-01Remove taskqueue_enqueue_fast().John Baldwin
2016-02-01These files were getting sys/malloc.h and vm/uma.h with header pollutionGleb Smirnoff
2016-01-07net80211 drivers: fix ieee80211_init_channels() usageAndriy Voskoboinyk
2015-10-12net80211: move ieee80211_free_node() call on error from ic_raw_xmit() to ieee...Adrian Chadd
2015-09-22net80211 & wireless drivers: remove duplicate defines (noop)Adrian Chadd
2015-08-27Replay r286410. Change KPI of how device drivers that provide wirelessGleb Smirnoff
2015-08-08Revert the wifi ifnet changes until things are more baked and tested.Adrian Chadd
2015-08-07Change KPI of how device drivers that provide wireless connectivity interactGleb Smirnoff
2015-05-25Change three methods in struct ieee80211com, namely ic_updateslot,Gleb Smirnoff
2015-05-25Set ic_softc in all 802.11 drivers. Not required right now, but will beGleb Smirnoff
2015-05-25Make net80211 drivers supply their device name to the net80211 layer, soGleb Smirnoff
2015-02-10Fix compilation with GCC in the PAE case.Marius Strobl
2014-12-17Update the use of bus space macros to be more correct.Adrian Chadd
2014-09-19Mechanically convert to if_inc_counter().Gleb Smirnoff
2014-06-28Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky
2014-06-27Revert r267961, r267973:Glen Barber
2014-06-27Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky
2014-06-10Don't destroy bus_dma maps created by bus_dmamem_alloc(). In some cases,John Baldwin
2014-01-08Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED.Kevin Lo
2013-10-28Include necessary headers that now are available due to pollutionGleb Smirnoff
2013-10-26The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff
2012-12-04Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff
2011-12-17Fix some net80211 enum nits:Bernhard Schmidt
2011-11-07Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten
2011-11-07Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten