]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
staging: rtl8723bs: remove dead code in rtw_ap.c
authorRohan Tripathi <trohan2000@gmail.com>
Tue, 7 Oct 2025 09:13:00 +0000 (05:13 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 13 Oct 2025 07:09:28 +0000 (09:09 +0200)
commit84aa0f7b20ecaac081e67d9b7d253c43bd153cba
tree0c2d7ba5d44944ddeedb1312a0321b4b37ebe555
parent10f0c1ef2cc899263b0b5e2d02bda0a86425dc5f
staging: rtl8723bs: remove dead code in rtw_ap.c

This patch removes a commented-out assignment to
psta->dot118021XPrivacy in rtw_ap.c. The comment indicates
that the statement is no longer needed, so keeping it adds
no value.

Removing this line (and the superfluous blank line that
remained with it) improves code readability and matches
kernel coding style.

This is a cleanup only. No functional changes.

Signed-off-by: Rohan Tripathi <trohan2000@gmail.com>
Link: https://lore.kernel.org/r/20251007091303.491115-3-trohan2000@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/core/rtw_ap.c