User Details
- User Since
- Jul 2 2018, 11:43 PM (358 w, 7 h)
Sat, May 10
looks good, but still should wait for fwget usb support in https://reviews.freebsd.org/D48678 or take out the note of fwget
So, is this good to land?
Tue, May 6
guard the debug sysctl by MTW_DEBUG, which is defined if USB_DEBUG is defined, like if_run does it..
Mon, May 5
Sat, May 3
No functional changes intended, only man page suggestions added.
Apr 2 2025
for now the node-modules-cp-online-24.04.13-2.tar.gz is only at https://people.freebsd.org/~jsm/node-modules-cp-online-24.04.13-2.tar.gz (not copied to distfiles) the changes to the LibreOffice makefile is only the postinstall part. the broken API part is an old part ig...
Mar 26 2025
Just my $0.02 https://en.wikichip.org/wiki/kibibyte and consistency is cool. and a certainly am convinced that https://github.com/freebsd/freebsd-src/commit/20bdda14fa5c7ccb96c814d09311db948b1d239a drops informations kBytes is not common usage for KiB
Mar 14 2025
Feb 14 2025
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..