summaryrefslogtreecommitdiff
path: root/sys/dev/iwx
AgeCommit message (Expand)Author
2025-11-20iwx: tag RX frames as A_MPDU RX; tag A-MSDU frames appropriatelyAdrian Chadd
2025-11-13iwx: clean up TX AMPDU session establishment and checkingAdrian Chadd
2025-11-13iwx: fix and clean up suspend/resume pathAdrian Chadd
2025-11-13iwx: clean up debugging around key add/set; comments on deleteAdrian Chadd
2025-11-11iwx: migrate to using net80211 crypto key methodsAdrian Chadd
2025-10-03iwx: rewrite iwx_rs_update() to be VHT aware, refactor it a bitAdrian Chadd
2025-10-03iwx: don't log VHT rate lookups in iwx_tx_fill_cmd() for data framesAdrian Chadd
2025-10-03iwx: add some lock assertions in the TX start pathAdrian Chadd
2025-10-03iwx: add some missed beacon debuggingAdrian Chadd
2025-09-21iwx: re-add sequence numbers for non-AMPDU, preserving previous behaviourAdrian Chadd
2025-09-19[iwx] tell net80211 not to originate NULL data framesAdrian Chadd
2025-08-24iwx: enable seqno offloadAdrian Chadd
2025-06-19iwx: correct rx status reportingBjoern A. Zeeb
2025-06-19iwx: correct chain number reportingBjoern A. Zeeb
2025-05-28if_iwx: use net80211 suspend and resume methodsTom Jones
2025-05-28if_iwx: Make firmware load error messages clearerTom Jones
2025-04-14iwx: Remove debug logging codeTom Jones
2025-04-14iwx: Use subdevice for comparisonTom Jones
2025-04-03iwx: Shorten log code fieldTom Jones
2025-03-31Import iwx as ported from OpenBSD by Future Crew.Tom Jones