Changelog for
rtw89-kmp-preempt-5.16~3.g38316db_k5.3.18_150300.59.76-lp153.4.1.x86_64.rpm :
* Thu Oct 28 2021 Michal Suchanek
- Run through spec-cleaner, use firmwaredir.
* Mon Oct 25 2021 mwilckAATTsuse.com- Update to version 5.16~3.g38316db:
* remove leap153.patch (Upstream needs no patches any more for Leap 15.3 and 15.2 - boo#1191321)
* build fixes for older kernels
* Fri Oct 22 2021 Martin Wilck - Use SOURCE_DATE_EPOCH for reproducible builds
* Fri Oct 22 2021 mwilckAATTsuse.com- New versioning scheme: kernel version in which this code base is likely to be merged + pre-release number + git hash- Use OBS source services- Update to version 5.16~1.gd338cdb (sources are identical to previous package)
* Thu Oct 21 2021 Stephan Hemeier - rtw89: Fix builds for kernels 5.9 and older- rtw89: Conditionalize references to he_mcs[]- rtw89: Fix build for kernels < 5.8 Also fix a typo.
* Thu Oct 21 2021 Stephan Hemeier - added a new patch to get building on Leap 15.3 ( thanks Larry Finger)
* add leap153.patch
* Tue Oct 19 2021 Stephan Hemeier - switched to rtw89 Version 7
* Sat Oct 02 2021 Stephan Hemeier
* rtw89: Check sec_cam in rtw89_cam_sec_key_del() There are sometimes NULL dereference BUGS on disconnect. The traceback points to sec_cam_idx = sec_cam->sec_cam_idx as the offending statement. Check these pointers at entry.
* Fri Sep 17 2021 Martin Wilck - Added subpackage for firmware
* Fri Sep 17 2021 Martin Wilck - Spec file update
* Skip initrd rebuilding (hardly necessary for wifi)
* Add module signing
* Always use multiple jobs if possible
* Remove superflous Obsoletes:, Conflicts:, and Provides: (this is handled by kernel-module-subpackage)
* Wed Aug 18 2021 Stephan Hemeier - Update to Version 20210817
* Add Makefile target to sign kernel modules for SecureBoot
* Makefile: add .PHONY target
* rtw89: The fix for 32-bit systems is wrong Rather than do_div(), we should use DIV_ROUND_DOWN_ULL().
* rtw89: Fix divide problem on 32-bit systems The driver does two 64-bit divides. These are OK on a 64-bit system, but lead to a missing routine __udivdi3. The fix is to replace those divisions with a call to do_div(). With that, the kernel does the right thing.
* rtw89: Patch to permit IPv6 operation
* Sun Jul 25 2021 Stephan Hemeier - Update to Version 20210725
* rtw89: Supply script to unload the driver before hibernation/sleep The script reloads the driver upon resumption. README.md is updated.
* rtw89: Trial fix for problem with AMD
* Mon Jul 19 2021 Stephan Hemeier - Update to version 20210719
* rtw89: Add patch that might improve connectivity
* rtw89: Make certain that firmware direttory exists
* rtw89: Update source and firmware for PCI ID 10ec:a85a
* rtw89: Fix builds for kernel v5.4
* rtw89: Fix builds for kernel v5.6
* Sat Jul 03 2021 Stephan Hemeier - Update the Source to Version 5
* Thu Jul 01 2021 Stephan Hemeier - Initial build