aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mwl
Commit message (Expand)AuthorAgeFilesLines
* net80211: convert the rest of the native net80211 drivers to SEQNO_OFFLOADAdrian Chadd2025-09-201-0/+4
* net80211 / LinuxKPI: 802.11: revert / redo enum ieee80211_sta_rx_bwBjoern A. Zeeb2025-08-301-1/+1
* mwl(4): Fix a typo in a source code commentGordon Bergling2025-08-251-1/+1
* sys: convert ni->ni_txrate references use to the new net80211 APIAdrian Chadd2025-02-261-5/+6
* net80211 / LinuxKPI 802.11: use enum ieee80211_sta_rx_bw for ni_chwBjoern A. Zeeb2024-12-081-1/+1
* net80211: migrate FC0_TYPE_MASK / FC0_SUBTYPE_MASK frame type checks to macrosAdrian Chadd2024-11-171-5/+2
* net80211: migrate the group/unicast key check into inline functionsAdrian Chadd2024-07-151-2/+1
* Revert "Widen EPOCH(9) usage in PCI WLAN drivers."Bjoern A. Zeeb2023-12-011-4/+0
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-4/+0
* mwl: Remove stale reference to splnet/splvm.Warner Losh2023-10-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-162-3/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-166-12/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-128-8/+8
* Mechanically convert mwl(4) to IfAPIJustin Hibbits2023-01-311-11/+11
* Suppress unused variable warning in if_mwl.cDimitry Andric2022-07-201-1/+1
* mwl: Remove unused devclass argument to DRIVER_MODULE.John Baldwin2022-05-061-2/+3
* mwl: Remove write only variables, but leave hardware reads in placeWarner Losh2022-04-061-6/+4
* mwl: plug some of set-but-not-used varsMateusz Guzik2021-12-151-6/+1
* Provide MS() and SM() macros for 80211 and wireless drivers.Bjoern A. Zeeb2020-09-241-15/+15
* WiFi: fix ieee80211_media_change() callersBjoern A. Zeeb2020-09-071-7/+8
* mwl: clean up empty lines in .c and .h filesMateusz Guzik2020-09-013-18/+4
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-262-5/+6
* Use NET_TASK_INIT() and NET_GROUPTASK_INIT() for drivers that processGleb Smirnoff2020-02-111-1/+1
* Widen EPOCH(9) usage in PCI WLAN drivers.Hans Petter Selasky2020-01-301-0/+4
* Fix ieee80211_radiotap(9) usage in wireless drivers:Andriy Voskoboinyk2019-03-111-2/+2
* net80211(4): hide casts for 'i_seq' field offset calculation insideAndriy Voskoboinyk2019-02-101-16/+4
* Use an accessor function to access ifr_data.Brooks Davis2018-03-301-2/+2
* [net80211] convert all of the WME use over to a temporary copy of WME info.Adrian Chadd2018-01-021-1/+5
* kernel: Fix several typos and minor errorsEitan Adler2017-12-271-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-278-0/+16
* Shorten list of arguments to mbuf external storage freeing function.Gleb Smirnoff2017-10-091-5/+5
* [net80211] RX parameter shuffle in net80211 in preparation for 4x4 NICs and 1...Adrian Chadd2017-02-201-6/+6
* net80211 + drivers: convert to ieee80211_crypto_get_key_wepidx().Andriy Voskoboinyk2016-12-071-1/+1
* mwl: switch to ieee80211_add_channel*().Andriy Voskoboinyk2016-05-191-98/+28
* mwl: drop unneeded NULL pointer check.Andriy Voskoboinyk2016-05-171-1/+1
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-032-2/+2
* [mwl] s/struct device/device_t/Adrian Chadd2016-05-022-3/+2
* net80211: enable promiscuous mode state change for non-monitor/ahdemo modesAndriy Voskoboinyk2016-04-211-8/+1
* net80211: move ieee80211_free_node() call on error from ic_raw_xmit() to ieee...Adrian Chadd2015-10-121-3/+0
* net80211: drop ieee80211_beacon_offsets parameter from ieee80211_beacon_alloc...Adrian Chadd2015-10-031-2/+1
* net80211: drop redundant 3rd parameter from iv_key_set().Adrian Chadd2015-10-031-4/+14
* net80211: include one copy of struct ieee80211_beacon_offsets into ieee80211vapAdrian Chadd2015-09-221-2/+2
* net80211 & wireless drivers: remove duplicate defines (noop)Adrian Chadd2015-09-221-27/+6
* Replay r286410. Change KPI of how device drivers that provide wirelessGleb Smirnoff2015-08-273-312/+204
* Revert the wifi ifnet changes until things are more baked and tested.Adrian Chadd2015-08-083-204/+312
* Fix !MWL_DEBUG build.Gleb Smirnoff2015-08-071-4/+4
* Change KPI of how device drivers that provide wireless connectivity interactGleb Smirnoff2015-08-073-312/+204
* Change three methods in struct ieee80211com, namely ic_updateslot,Gleb Smirnoff2015-05-251-13/+13
* Set ic_softc in all 802.11 drivers. Not required right now, but will beGleb Smirnoff2015-05-251-0/+1
* Make net80211 drivers supply their device name to the net80211 layer, soGleb Smirnoff2015-05-251-0/+1