mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 01:22:25 +00:00
15 lines
319 B
Diff
15 lines
319 B
Diff
--- a/tools/bccmd.c
|
|
+++ b/tools/bccmd.c
|
|
@@ -48,7 +48,7 @@
|
|
#define CSR_STORES_PSF (0x0002)
|
|
#define CSR_STORES_PSROM (0x0004)
|
|
#define CSR_STORES_PSRAM (0x0008)
|
|
-#define CSR_STORES_DEFAULT (CSR_STORES_PSI | CSR_STORES_PSF)
|
|
+#define CSR_STORES_DEFAULT 0
|
|
|
|
#define CSR_TYPE_NULL 0
|
|
#define CSR_TYPE_COMPLEX 1
|
|
--
|
|
2.1.4
|
|
|