-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improved performance and interoperability #422
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Julien Blais <[email protected]>
Offset correction for monitoring impacts performance. The purpose of this patch is to activate this feature if and only if a monitor card is active. Feature status is added to debugfs. Signed-off-by: Julien Blais <[email protected]>
The aim is to improve interoperability with ethernet control, which is also scheduled by napi. Rx process AMSDU packet with napi Signed-off-by: Julien Blais <[email protected]>
Signed-off-by: Julien Blais <[email protected]>
a400e53
to
56bc44a
Compare
Here, we trust the hardware to send an interrupt to the kernel instead of simulating the interrupt. Following best practice, we disable interrupts during ISR and re-enable them when RX/TX jobs are completed. Signed-off-by: Julien Blais <[email protected]>
+ clean code Signed-off-by: Julien Blais <[email protected]>
We let mac80211 manage this data for us. Signed-off-by: Julien Blais <[email protected]>
Found with mini_lock.cocci Signed-off-by: Rosen Penev <[email protected]>
pci_bus_to_OF_node() used to get the PCI bus DT node returns node if found or NULL if none is found. Since the return of pci_bus_to_OF_node() is not checked in the DT node name print it will cause a null pointer dereference and crash the kernel. So first check whether the node is not NULL and then print. Signed-off-by: Robert Marko <[email protected]>
Hello everyone, I wish you a happy new year 2025, and hope it will be even better than 2024. Have any of you been able to test this patch series? 1/ Can you please merge this? Please close this MR. Best regards, Julien |
Hi @ALL, Can you test a version perhaps correcting the problems with the ESP8266 and wrt3200ac. You can find the ipk for version 1.23.05 here: Looking forward to your feedback. The important parameters are the activation of “b-rate” and the deactivation of “Coverage Cell density” so as not to force rates too high for devices supporting only low rates. Jbsky |
The fixes are only for the WRT1900X and WRT1200AC.
It contains:
Please check and take into account these expected changes.
Thank you in advance,
with kind regards,
Julien Blais