rtl88x2bu-driver
rtl88x2bu-driver copied to clipboard
Applied patch to compile against 5.0.x kernels
- 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+.
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?
Any updates on if this PR will be finished?