User Details
- User Since
- Jul 2 2018, 11:43 PM (349 w, 5 d)
Fri, Mar 14
Fri, Feb 14
Feb 13 2025
changes after https://reviews.freebsd.org/D48974
Feb 11 2025
Just some nits, see also https://reviews.freebsd.org/D48944
Feb 8 2025
Feb 7 2025
Feb 3 2025
man page and fw loading from a bin. otherwise no changes since approval. see also https://reviews.freebsd.org/D48817
Jan 25 2025
Perfectly fine
sed correct use of quantifier and use * instead of +
Jan 23 2025
fixes crashes and fw load on RPI4b
Jan 11 2025
6499c6499
< @@ -0,0 +1,4668 @@
@@ -0,0 +1,4672 @@
7118c7118,7122
< + ic->ic_htcaps = IEEE80211_HTC_HT;
+ ic->ic_htcaps = IEEE80211_HTC_HT
+ | IEEE80211_HTC_AMPDU
+ | IEEE80211_HTC_AMSDU
+ | IEEE80211_HTCAP_MAXAMSDU_3839
+ | IEEE80211_HTCAP_SMPS_OFF;
Jan 7 2025
mostly style. removed some comments, and device_printf, tries to reset on detach for better firmware reloading, but not consistently solving the reinitialization problem.
Jan 4 2025
Jan 3 2025
I think I got most of Gavins, comments, also I got monitor mode working, and put that into the man page. I set force short xfer to 0 again in the TX_BE but I am not sure it relates to device timeouts, I got one under non heavy load. Before ht mode it solved consistent device timeouts.
Dec 29 2024
some ht 20 support. fix ratectl and no need for the short transfer usb hack to avoid device timeout.
Nov 12 2024
May 24 2024
Thanks for testing. I did not manage to get hold of any other devices than a noname one where I never got usb err canceled loading firmware.
. . Is it consistent when unplugging/replugging the device. Can you perhaps post a usbconfig dump and a usbdump. Thanks.
May 13 2024
Also add mtw to /usr/src/sbin/devd/devd.conf it escaped my diff.. The firmware port is at https://people.freebsd.org/~jsm/mt7601u-firmware-kmod.tar.gz (It should have the license file set just for ref for now)
Mar 23 2024
Mar 22 2024
Nov 9 2023
Aug 23 2023
Jun 20 2023
Jun 6 2023
May 2 2023
add lib_depends on libcurl, make fix portlint warnings (whitespace errors)
Apr 12 2023
Forget half of the patch..
Mar 30 2023
Mar 7 2023
Mar 2 2023
Mar 1 2023
Feb 28 2023
localbase:ldflags works for the math plugins skips patches and postpatch
Assume "trash:///" on FreeBSD as well as Linux, sort USES. use %%LOCALBASE%% instead of LOCALBASE as placeholders.
Feb 26 2023
Feb 20 2023
Thanks for looking into this! Looks good but you could perhaps use upstream with PATCH_SITES and PATCHFILE since they (also ) did the changes https://github.com/lxqt/lxqt-config/commit/6add4e4f0040693e7c4242fbae48c9d3200768.patch ? Just an opinion, I use to do that with non released upstream changes, it makes it easier for me to know which patches are belonging to upstream, and expected in next release..
Feb 7 2023
Feb 4 2023
Jan 21 2023
Dec 21 2022
Dec 7 2022
Dec 5 2022
Nov 27 2022
It does not build in poudriere as is, please add CMAKE_OFF= BUILD_TESTS or add qt5-testlib as dependency. I have not tested the later.
Nov 21 2022
Is the 4991811d9212ec1176af6d1cbe88aa37efad4836 commit part of the new 0.12 version? In that case just delete the patchfiles and path_sites instead of commenting them out. Perhaps put a note in summary about it. Also all other consumers of lxqt-build-tools should be updated or tested before this can becomitted
Jul 25 2022
Jul 24 2022
update to 0.5.0