rtl88x2bu-driver icon indicating copy to clipboard operation
rtl88x2bu-driver copied to clipboard

Applied patch to compile against 5.0.x kernels

Open ghost opened this issue 5 years ago • 2 comments

  • 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+.

ghost avatar May 15 '19 15:05 ghost

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?

its-izhar avatar Jun 29 '19 12:06 its-izhar

Any updates on if this PR will be finished?

zamlz avatar Jun 23 '20 16:06 zamlz