aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/iwx
Commit message (Expand)AuthorAgeFilesLines
* iwx: Re-activate the 32-bit boundary cross check on 64-bit architecturesOlivier Certner2026-03-061-3/+3
* iwx: Fix 32-bit compilationOlivier Certner2026-03-051-6/+17
* iwx: migrate to new net80211 encryption key APIAdrian Chadd2026-02-111-4/+6
* 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-143-28/+85
* 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-142-15/+26
* 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-042-76/+90
* 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-143-346/+177
* iwx: Use subdevice for comparisonTom Jones2025-04-141-3/+2
* iwx: Shorten log code fieldTom Jones2025-04-032-7/+7
* Import iwx as ported from OpenBSD by Future Crew.Tom Jones2025-03-315-0/+20448