summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodrigo Gobbi <rodrigo.gobbi.7@gmail.com>2025-10-06 09:23:19 -0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-10-13 09:09:28 +0200
commit5cfa43ae133856c8afb4f0177dde782b68005d2c (patch)
tree31cbedb444bf87ed3f8c5428275b1fe09fb4ace0
parentb3c253cda6eefcf317cb81afadb2f49d8a2620d5 (diff)
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>
-rw-r--r--drivers/staging/rtl8723bs/include/rtw_mlme.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/staging/rtl8723bs/include/rtw_mlme.h b/drivers/staging/rtl8723bs/include/rtw_mlme.h
index 4c15d0194d4f..2a128568c6df 100644
--- a/drivers/staging/rtl8723bs/include/rtw_mlme.h
+++ b/drivers/staging/rtl8723bs/include/rtw_mlme.h
@@ -18,11 +18,7 @@
#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... */