User Details
- User Since
- Jan 7 2016, 3:15 PM (485 w, 4 d)
Mon, Apr 14
Meant to add:
Fri, Apr 11
- use the correct pci_get_subdevice macro
Thu, Apr 10
Wed, Apr 9
Thanks for writing up the page! I started, but got distracted with something else. I've added some bits which will help us align to other wifi man pages
I added this to iwx to debug firmware crashes in comparison to the openbsd driver. I can move back to being a header only and out of iwx. Those crashes aren't happening anymore with the move to the fc release
Thu, Apr 3
Wed, Apr 2
Tue, Apr 1
Mon, Mar 31
- Update copyright statements based on advice from review
"GPL-2.0" without only isn't in the spdx license list so I would like to avoid that. I think only here means "not and later" rather than it being a file exclusively licensed with the gpl.
Mar 28 2025
- Add spdx tags and FreeBSD Foundation Copyright
- rewrite channel map with patch from bz
- Add more printing to rate debugging
- Add an ignore around payload_len
Mar 19 2025
- Comment out debug flags
- Remove FreeBSD revision specifier
- Move iwx to be in the sourcelss block with other intel drivers
- Remove unused functions from build
Mar 18 2025
- Tidy up headers
- Split out debug.h
- Fix build without debug
- Manage firmware lifetimes better
- Change probe priority
Mar 14 2025
- Use iwlwifi names for firmware files
- Parameterise iwx in the modules makefile
- Remove a debug panic
Mar 6 2025
Feb 13 2025
I'm happy with the ieee80211 and driver changes, but bz@ should respond for the linuxkpi as he has all the experience there.
I think that dot11rate should be a uint8_t, but you can change it on commit if you agree
Feb 12 2025
Jan 28 2025
Jan 24 2025
Jan 23 2025
Dec 19 2024
Dec 6 2024
Dec 5 2024
just and fyi, I've broken this down to 5 commits and only pushed the first so far
Nov 14 2024
From my testing this seems good. From there I will break this down a bit so the commits are smaller and start adding stuff next week
Nov 8 2024
Nov 5 2024
Is there a reason this moves in the ordering of nat rules? We tend to aim for roughly alphabetical ordering if there isn't a reason for something different?
Oct 18 2024
Generally looks good, there are some small nits, but I'm happy for this to land once you've made the changes to the man page and the comment at the top.
Sorry one more thing, can you upload future diffs with full context. It makes reviewing on phabricator much easier.
Two small things, I will start testing now
Oct 3 2024
Oct 2 2024
Tweak some wording to imply reality
Sorry it is a bit late
Sep 30 2024
Sep 27 2024
Sep 26 2024
Sep 25 2024
Thanks Ed, I think that is a useful clarification.
For anyone looking into this the ACPI reference table might help:
Sep 24 2024
Thanks for the comments both, I'm sorry I rolled my confusion about the use of cdevpriv and clean up with this change.