Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Applied patch to compile against 5.0.x kernels #4

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Applied patch to compile against 5.0.x kernels #4

wants to merge 2 commits into from

Conversation

ghost
Copy link

@ghost ghost commented May 15, 2019

  • Added -Wno-vla to Makefile to get rid of all the warnings.
  • Changed get_monotonic_boottime() to ktime_get_boottime_ts64().
  • Removed warnings about IEEE80211_MIN_AMPDU_BUF being redefined.
  • Fixed for change to struct net_device in kernels 4.19+.
  • Added change to access_ok() for kernels 5.0+.

@its-izhar
Copy link
Owner

I do not prefer the changes to the Makefile to suppress the warnings, rest looks okay to me. Can you re-base the patches on the current master and create a new pull request or resubmit?

Also, have you tested this with any device? if so, which one? And what platform?

@zamlz
Copy link

zamlz commented Jun 23, 2020

Any updates on if this PR will be finished?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants