[lvc-project] [PATCH 2/2] wifi: rtlwifi: simplify rtl_action_proc() and rtl_tx_agg_start()
Ping-Ke Shih
pkshih at realtek.com
Fri Nov 17 06:37:46 MSK 2023
> -----Original Message-----
> From: Dmitry Antipov <dmantipov at yandex.ru>
> Sent: Monday, November 13, 2023 10:48 PM
> To: Ping-Ke Shih <pkshih at realtek.com>
> Cc: Kalle Valo <kvalo at kernel.org>; linux-wireless at vger.kernel.org; lvc-project at linuxtesting.org; Dmitry
> Antipov <dmantipov at yandex.ru>
> Subject: [PATCH 2/2] wifi: rtlwifi: simplify rtl_action_proc() and rtl_tx_agg_start()
>
> Since 'drv_priv' is an in-place member allocated at the end of
> 'struct ieee80211_sta', it can't be NULL and so relevant checks
> in 'rtl_action_proc()' and 'rtl_tx_agg_start()' may be dropped.
> Compile tested only.
>
> Found by Linux Verification Center (linuxtesting.org) with SVACE.
>
> Signed-off-by: Dmitry Antipov <dmantipov at yandex.ru>
Acked-by: Ping-Ke Shih <pkshih at realtek.com>
More information about the lvc-project
mailing list