summaryrefslogtreecommitdiff
path: root/sys/dev/wpi
AgeCommit message (Expand)Author
2025-02-26sys: convert ni->ni_txrate references use to the new net80211 APIAdrian 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-10-02net80211 / drivers: remove public use of ieee80211_node_incref()Bjoern A. Zeeb
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-04-25Use bool for one-bit wide bit-fieldsDimitry Andric
2022-05-06wpi: Remove unused devclass argument to DRIVER_MODULE.John Baldwin
2021-09-10wpi: Fix a lock leak in an error path in wpi_run()Mark Johnston
2020-09-01wpi: clean up empty lines in .c and .h filesMateusz Guzik
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
2018-01-02[net80211] convert all of the WME use over to a temporary copy of WME info.Adrian Chadd
2017-02-26net80211 drivers: fix rate setup for EAPOL frames, obtain Tx parametersAndriy Voskoboinyk
2016-10-08wpi: restore frame header before submitting an mbuf toAndriy Voskoboinyk
2016-10-02net80211: ieee80211_ratectl*: switch to reusable KPIAndriy Voskoboinyk
2016-04-30sys: Make use of our rounddown() macro when sys/param.h is available.Pedro F. Giffuni
2016-04-29wpi: convert to ieee80211_add_channel() (mostly noop).Andriy Voskoboinyk
2016-04-29wpi: remove unused variable.Andriy Voskoboinyk
2016-04-03wpi, iwn: fix check in find_eeprom_channel()Andriy Voskoboinyk
2016-03-21wpi: remove internal taskqueueAndriy Voskoboinyk
2016-01-12wpi, iwn: implement ic_getradiocaps methodAndriy Voskoboinyk
2015-12-13wpi, rum and urtwn: update copyright headersAndriy Voskoboinyk
2015-11-30wpi: ignore ic_update_promisc() call when device is not runningAndriy Voskoboinyk
2015-11-16wpi(4): import r289674Andriy Voskoboinyk
2015-10-21Remove BUS_DMA_NOWAIT from bus_dma_tag_create() invocations as it'sKevin Lo
2015-10-12net80211: move ieee80211_free_node() call on error from ic_raw_xmit() to ieee...Adrian Chadd
2015-10-12wpi(4): add support for TX fragmentation.Adrian Chadd
2015-10-11wpi(4): do not count failures twice for ic_raw_xmit().Adrian Chadd
2015-10-11wpi(4): move error handling upper (wpi_tx_data()/wpi_cmd2() -> wpi_raw_xmit()...Adrian Chadd
2015-10-11wpi(4): fix possible race between TX/RX threads.Adrian Chadd
2015-10-11wpi(4): do not allocate space for unused rings.Adrian Chadd
2015-10-11wpi(4): do not override iv_recv_mgmt() in non-adhoc modes.Adrian Chadd
2015-10-11wpi(4): use more correct types.Adrian Chadd
2015-10-08wpi(4): check size before transmitting framesAdrian Chadd
2015-10-08wpi(4): fix some byteorder conversionsAdrian Chadd
2015-10-08wpi(4): fix 'maybe uninitialized' warningsAdrian Chadd
2015-10-08wpi(4): add some branch predictions.Adrian Chadd
2015-10-08wpi(4): drop unnecessary locking in wpi_set_pslevel().Adrian Chadd
2015-10-08wpi(4): remove software queuesAdrian 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-26Don't duplicate checks; net80211 now does this for us.Adrian Chadd
2015-09-22net80211: include one copy of struct ieee80211_beacon_offsets into ieee80211vapAdrian Chadd
2015-08-27Replay r286410. Change KPI of how device drivers that provide wirelessGleb Smirnoff
2015-08-17Convert more ifp->if_softc -> ic->ic_softc.Adrian Chadd
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