Skip to content

Commit 5cfa43a

Browse files
losgobbigregkh
authored andcommitted
staging: rtl8723bs: Remove unsupported PALTFORM_OS_WINCE ifdef
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>
1 parent b3c253c commit 5cfa43a

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

drivers/staging/rtl8723bs/include/rtw_mlme.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,7 @@
1818

1919
#define SCANNING_TIMEOUT 8000
2020

21-
#ifdef PALTFORM_OS_WINCE
22-
#define SCANQUEUE_LIFETIME 12000000 /* unit:us */
23-
#else
2421
#define SCANQUEUE_LIFETIME 20000 /* 20sec, unit:msec */
25-
#endif
2622

2723
#define WIFI_NULL_STATE 0x00000000
2824
#define WIFI_ASOC_STATE 0x00000001 /* Under Linked state... */

0 commit comments

Comments
 (0)