File rtw89.changes of Package rtw89.openSUSE_Leap_15.3_Update
-------------------------------------------------------------------
Thu Oct 28 10:23:48 UTC 2021 - Michal Suchanek <msuchanek@suse.de>
- Run through spec-cleaner, use firmwaredir.
-------------------------------------------------------------------
Mon Oct 25 08:31:29 UTC 2021 - mwilck@suse.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 09:10:39 UTC 2021 - Martin Wilck <mwilck@suse.com>
- Use SOURCE_DATE_EPOCH for reproducible builds
-------------------------------------------------------------------
Fri Oct 22 08:36:27 UTC 2021 - mwilck@suse.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 18:39:09 UTC 2021 - Stephan Hemeier <Sauerlandlinux@gmx.de>
- 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 07:08:44 UTC 2021 - Stephan Hemeier <Sauerlandlinux@gmx.de>
- added a new patch to get building on Leap 15.3 ( thanks Larry Finger)
* add leap153.patch
-------------------------------------------------------------------
Tue Oct 19 11:10:25 UTC 2021 - Stephan Hemeier <Sauerlandlinux@gmx.de>
- switched to rtw89 Version 7
-------------------------------------------------------------------
Sat Oct 2 06:36:04 UTC 2021 - Stephan Hemeier <Sauerlandlinux@gmx.de>
* 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 15:41:36 UTC 2021 - Martin Wilck <martin.wilck@suse.com>
- Added subpackage for firmware
-------------------------------------------------------------------
Fri Sep 17 13:50:54 UTC 2021 - Martin Wilck <mwilck@suse.com>
- 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 16:26:51 UTC 2021 - Stephan Hemeier <Sauerlandlinux@gmx.de>
- 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 15:34:08 UTC 2021 - Stephan Hemeier <Sauerlandlinux@gmx.de>
- 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 07:59:50 UTC 2021 - Stephan Hemeier <Sauerlandlinux@gmx.de>
- 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 3 16:12:15 UTC 2021 - Stephan Hemeier <Sauerlandlinux@gmx.de>
- Update the Source to Version 5
-------------------------------------------------------------------
Thu Jul 1 16:11:45 UTC 2021 - Stephan Hemeier <Sauerlandlinux@gmx.de>
- Initial build