aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iwx/if_iwx.c
Commit message (Expand)AuthorAgeFilesLines
* iwx: tag RX frames as A_MPDU RX; tag A-MSDU frames appropriatelyAdrian Chadd2025-11-211-30/+32
* iwx: clean up TX AMPDU session establishment and checkingAdrian Chadd2025-11-141-26/+83
* iwx: fix and clean up suspend/resume pathAdrian Chadd2025-11-141-8/+11
* iwx: clean up debugging around key add/set; comments on deleteAdrian Chadd2025-11-141-14/+24
* iwx: migrate to using net80211 crypto key methodsAdrian Chadd2025-11-111-25/+23
* iwx: rewrite iwx_rs_update() to be VHT aware, refactor it a bitAdrian Chadd2025-10-041-76/+86
* iwx: don't log VHT rate lookups in iwx_tx_fill_cmd() for data framesAdrian Chadd2025-10-041-0/+3
* iwx: add some lock assertions in the TX start pathAdrian Chadd2025-10-041-0/+6
* iwx: add some missed beacon debuggingAdrian Chadd2025-10-041-4/+12
* iwx: re-add sequence numbers for non-AMPDU, preserving previous behaviourAdrian Chadd2025-09-211-2/+3
* [iwx] tell net80211 not to originate NULL data framesAdrian Chadd2025-09-201-0/+2
* iwx: enable seqno offloadAdrian Chadd2025-08-241-0/+7
* iwx: correct rx status reportingBjoern A. Zeeb2025-06-191-1/+0
* iwx: correct chain number reportingBjoern A. Zeeb2025-06-191-1/+16
* if_iwx: use net80211 suspend and resume methodsTom Jones2025-05-281-7/+17
* if_iwx: Make firmware load error messages clearerTom Jones2025-05-281-3/+4
* iwx: Remove debug logging codeTom Jones2025-04-141-13/+1
* iwx: Use subdevice for comparisonTom Jones2025-04-141-3/+2
* Import iwx as ported from OpenBSD by Future Crew.Tom Jones2025-03-311-0/+11016