Skip to content

fix(dkms): support Linux 7.1 action frame API#70

Open
Komzpa wants to merge 1 commit into
jetm:masterfrom
Komzpa:fix-linux-7.1-ieee80211-action-api
Open

fix(dkms): support Linux 7.1 action frame API#70
Komzpa wants to merge 1 commit into
jetm:masterfrom
Komzpa:fix-linux-7.1-ieee80211-action-api

Conversation

@Komzpa
Copy link
Copy Markdown

@Komzpa Komzpa commented May 12, 2026

Summary

  • add a DKMS WiFi compatibility patch for the Linux 7.1 ieee80211_mgmt action-frame API changes
  • use the new IEEE80211_MIN_ACTION_SIZE(action_code) and mgmt->u.action.action_code / mgmt->u.action.addba_req accessors on Linux 7.1+
  • preserve the existing code path for older supported kernels
  • make the Makefile patch loops fail immediately when a patch fails, instead of continuing after a malformed patch

Validation

  • make -C /usr/local/src/mediatek-mt7927-dkms sources
  • make -C /lib/modules/7.1-amd64/build M=/usr/local/src/mediatek-mt7927-dkms/_build/bluetooth modules
  • make -C /lib/modules/7.1-amd64/build M=/usr/local/src/mediatek-mt7927-dkms/_build/mt76 modules
  • make -C /lib/modules/7.0.3+deb14-amd64/build M=/usr/local/src/mediatek-mt7927-dkms/_build/bluetooth modules
  • make -C /lib/modules/7.0.3+deb14-amd64/build M=/usr/local/src/mediatek-mt7927-dkms/_build/mt76 modules

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.

1 participant