Re: [PATCH v2] staging: rtl8723bs: remove comparisons to boolean literals

From: Ahmet Sezgin Duran

Date: Wed Jun 03 2026 - 16:14:24 EST


On 6/3/26 10:52 PM, William Elder wrote:

- if (phtpriv->ht_option == false)
+ if (phtpriv->ht_option)
return;

Still same buggy code, V2 didn't change anything.

Please work on it properly and wait a day to send a new revision, not right away.

Also, send your replies using `Reply All`.

Regards,
Ahmet Sezgin Duran