Skip to content

New Package for known mt7915 tx issues as hotfix#20

Merged
maurerle merged 1 commit intomainfrom
mt7915-maxinactivity
Nov 6, 2025
Merged

New Package for known mt7915 tx issues as hotfix#20
maurerle merged 1 commit intomainfrom
mt7915-maxinactivity

Conversation

@mariuswhm
Copy link
Contributor

@mariuswhm mariuswhm commented Nov 6, 2025

closes #19

@mariuswhm mariuswhm force-pushed the mt7915-maxinactivity branch from 2c6dfe6 to 76a1198 Compare November 6, 2025 11:41
@mariuswhm mariuswhm force-pushed the mt7915-maxinactivity branch from 76a1198 to 497b212 Compare November 6, 2025 11:43
@maurerle maurerle merged commit 0ff95af into main Nov 6, 2025
5 checks passed
Copy link
Member

@Djfe Djfe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

except my 2 nitpicks this looks good. thanks for the fixup package


define Package/$(PKG_NAME)/description
This Package fixes mt7915 disassoc issues and provides configurability of maxinactivity.
Further informations can be found here: https://github.com/openwrt/mt76/issues/1009
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

*information (there is no plural)

-- https://github.com/openwrt/mt76/issues/1009
uci:foreach('wireless', 'wifi-iface', function(config)
local name = config['.name']
if name:match('^client_') then
Copy link
Member

@Djfe Djfe Nov 6, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you could also match for config['.mode'] instead, it should be ap. this would also help out with private wifi and also work on plain OpenWrt.

@maurerle maurerle deleted the mt7915-maxinactivity branch November 6, 2025 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants