Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@dscottboggs
Copy link

This builds on and includes @henriqueqc's work in #49

Changes:

  • strlcpy was removed in Linux 6.8
  • the puncturing bitmap arg added to cfg80211_ch_switch_started_notify and cfg80211_ch_switch_notify in v6.3 were removed again in v6.9 after being moved into another struct.
  • One of the arguments passed to the beacon change callback was wrapped up into another struct in v6.7

See also similar changes in the -AU drivers. Some changes are held in common while others differ.

henriqueqc and others added 7 commits June 29, 2023 15:18
In commit torvalds/linux@b345f06, the Linux kernel v6.3.0 introduced an
extra punct_bitmap parameter in the channel swtich notifications and
corresponding trace functions. Add this extra argument when calling
these functions.

Closes fastoe#44.
Change the name of the field to match the signature of the kernel structure on cfg80211.h.
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.

2 participants