-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
luci-wireless: Add 11be support #7302
Conversation
created this new pull instead of working on the previous - hopefully has cleared all of the updates I made tabs/spaces etc |
Looks better in any case. What was doing the indentation? Some pre-commit hooks? |
Those other PRs aren't necessary any longer, are they? |
they are now on snapshot .... |
i was doing the changes on a dev branch ... with code-insiders (beta of vscode) and would promote the code to another vm where I was bundling the changes . The problem was that every change after your feedback was somehow adding more stuff on top ... like i would fix one bit and another would get wrong where was right before ... like a big spaghetti! really don't know i put the blame on the dev vm and code insiders with default settings gave up and started from scratch ...will keep it simple from now on |
modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've tested LuCI 802.11be support patches from @rmandrad for a few days (compiling from his fork) on my BPI-R4 and it works for me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for me it worked like a charm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes are very simple. As I can see, it's just edits to the LuCI interface. Or I'm tired of setting parameters through the files! You can finally do it through the graphical interface, because this patch works perfectly well!
I’m happy if you’re happy, @dannil. looks ready. |
modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good
I agree, seems ready to merge. @rmandrad you checked for regressions on a non-WiFi 7-device which I wrote about in the previous PR, that's the QNAP running IPQ8074 right? The most important part is that we avoid regressions, as long as we are just missing some bits and pieces (I can't test this myself unfortunately as I don't have any WiFi 7-gear) that can just be added in future PR:s, the WiFi 7-support is very fresh anyway. |
i have tested on a IPQ8074x qualcommax qnap ... only have IPQ874x devices + the banana rpi4 |
@rmandrad BTW don't add merge commits. ( Please remove it ) Just rebase your work on master. |
modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js
Outdated
Show resolved
Hide resolved
4bcfa32
to
d12fee9
Compare
OK. I'm satisfied. Want to take a last look, @dannil ? |
I can create a separate pull that reformats the entire function like this - let me know `function format_wifirate(rate) {
}` |
modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js
Outdated
Show resolved
Hide resolved
Could you remove |
Tested with filogic banana rpi4 / QNAP qualcommax ipq8074 Signed-off-by: Rudy Andram <[email protected]> Tested-By: Daniel Pawlik <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@systemcrash let's merge
@rmandrad - is the 11be stuff only in master, including rpcd and iwinfo? |
yes... of course other folks have their own repos/branches etc |
Tested with banana rpi-4
In order to complete 11be support - the below pulls will need to be applied
RPCD - openwrt/rpcd#5
iwinfo - openwrt/iwinfo#10
Signed-off-by: Rudy Andram [email protected]
Tested-By: Daniel Pawlik [email protected]
Tested on: arm64 / Mediatek / filogic / banana rpi4 ; QNAP Qualcommax IPQ8074
more details on closed PR - #7279
Signed-off-by: <[email protected]>
row (viagit commit --signoff
)<package name>: title
first line subject for packagesPKG_VERSION
in the Makefile