summaryrefslogtreecommitdiff
path: root/sys/dev/mwl
AgeCommit message (Expand)Author
2025-09-19net80211: convert the rest of the native net80211 drivers to SEQNO_OFFLOADAdrian Chadd
2025-08-30net80211 / LinuxKPI: 802.11: revert / redo enum ieee80211_sta_rx_bwBjoern A. Zeeb
2025-08-25mwl(4): Fix a typo in a source code commentGordon Bergling
2025-02-26sys: convert ni->ni_txrate references use to the new net80211 APIAdrian Chadd
2024-12-08net80211 / LinuxKPI 802.11: use enum ieee80211_sta_rx_bw for ni_chwBjoern A. Zeeb
2024-11-17net80211: migrate FC0_TYPE_MASK / FC0_SUBTYPE_MASK frame type checks to macrosAdrian Chadd
2024-07-15net80211: migrate the group/unicast key check into inline functionsAdrian 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-10-27mwl: Remove stale reference to splnet/splvm.Warner 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
2023-01-31Mechanically convert mwl(4) to IfAPIJustin Hibbits
2022-07-20Suppress unused variable warning in if_mwl.cDimitry Andric
2022-05-06mwl: Remove unused devclass argument to DRIVER_MODULE.John Baldwin
2022-04-05mwl: Remove write only variables, but leave hardware reads in placeWarner Losh
2021-12-15mwl: plug some of set-but-not-used varsMateusz Guzik
2020-09-24Provide MS() and SM() macros for 80211 and wireless drivers.Bjoern A. Zeeb
2020-09-07WiFi: fix ieee80211_media_change() callersBjoern A. Zeeb
2020-09-01mwl: clean up empty lines in .c and .h filesMateusz Guzik
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-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-03-30Use an accessor function to access ifr_data.Brooks Davis
2018-01-02[net80211] convert all of the WME use over to a temporary copy of WME info.Adrian Chadd
2017-12-27kernel: Fix several typos and minor errorsEitan Adler
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-09Shorten list of arguments to mbuf external storage freeing function.Gleb Smirnoff
2017-02-20[net80211] RX parameter shuffle in net80211 in preparation for 4x4 NICs and 1...Adrian Chadd
2016-12-07net80211 + drivers: convert to ieee80211_crypto_get_key_wepidx().Andriy Voskoboinyk
2016-05-19mwl: switch to ieee80211_add_channel*().Andriy Voskoboinyk
2016-05-17mwl: drop unneeded NULL pointer check.Andriy Voskoboinyk
2016-05-03sys/dev: minor spelling fixes.Pedro F. Giffuni
2016-05-02[mwl] s/struct device/device_t/Adrian Chadd
2016-04-21net80211: enable promiscuous mode state change for non-monitor/ahdemo modesAndriy Voskoboinyk
2015-10-12net80211: move ieee80211_free_node() call on error from ic_raw_xmit() to ieee...Adrian Chadd
2015-10-03net80211: drop ieee80211_beacon_offsets parameter from ieee80211_beacon_alloc...Adrian Chadd
2015-10-03net80211: drop redundant 3rd parameter from iv_key_set().Adrian Chadd
2015-09-22net80211: include one copy of struct ieee80211_beacon_offsets into ieee80211vapAdrian 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-07Fix !MWL_DEBUG build.Gleb Smirnoff
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