lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <20230226221004.138331-1-martin.blumenstingl@googlemail.com> Date: Sun, 26 Feb 2023 23:10:02 +0100 From: Martin Blumenstingl <martin.blumenstingl@...glemail.com> To: linux-wireless@...r.kernel.org Cc: netdev@...r.kernel.org, linux-kernel@...r.kernel.org, kvalo@...nel.org, tony0620emma@...il.com, Ping-Ke Shih <pkshih@...ltek.com>, Neo Jou <neojou@...il.com>, Martin Blumenstingl <martin.blumenstingl@...glemail.com> Subject: [PATCH v1 wireless-next 0/2] wifi: rtw88: two small error propagation fixes While updating the rtw88 sdio patches I found two more improvements for the existing code. This series targets wireless-next and is meant to be applied on top of my previous series v2 "rtw88: Add additional SDIO support bits" from [0]. I decide to target wireless-next because these patches are not fixing any issues visible to the end user. Worst case is that the code is shadowing some error codes. The next series that I'll send after this is the addition of the rtw88 SDIO HCI and adding the first driver(s) to utilize this code. [0] https://lore.kernel.org/lkml/20230218152944.48842-1-martin.blumenstingl@googlemail.com/ Martin Blumenstingl (2): wifi: rtw88: mac: Return the original error from rtw_pwr_seq_parser() wifi: rtw88: mac: Return the original error from rtw_mac_power_switch() drivers/net/wireless/realtek/rtw88/mac.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) -- 2.39.2
Powered by blists - more mailing lists