]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
staging: rtl8723bs: Remove unsupported PALTFORM_OS_WINCE ifdef
authorRodrigo Gobbi <rodrigo.gobbi.7@gmail.com>
Mon, 6 Oct 2025 12:23:19 +0000 (09:23 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 13 Oct 2025 07:09:28 +0000 (09:09 +0200)
Despite the typo at PALTFORM_OS_WINCE, its a reference to OS Win CE,
which definitely is not applicable here, so clean it up any mention to it.

Signed-off-by: Rodrigo Gobbi <rodrigo.gobbi.7@gmail.com>
Link: https://lore.kernel.org/r/20251006122524.9442-1-rodrigo.gobbi.7@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/include/rtw_mlme.h

index 4c15d0194d4f788944314b44d50cc65e7d22932f..2a128568c6df50ff6fe3b3b5ffa2c250697ef611 100644 (file)
 
 #define                SCANNING_TIMEOUT        8000
 
-#ifdef PALTFORM_OS_WINCE
-#define        SCANQUEUE_LIFETIME 12000000 /*  unit:us */
-#else
 #define        SCANQUEUE_LIFETIME 20000 /*  20sec, unit:msec */
-#endif
 
 #define WIFI_NULL_STATE                0x00000000
 #define WIFI_ASOC_STATE                0x00000001              /*  Under Linked state... */