File isprint.patch of Package broadcom-wl (Revision 9aa3d5cf0236303bea6b29ee2b8befdc)
Currently displaying revision 9aa3d5cf0236303bea6b29ee2b8befdc , Show latest
14
1
diff -U 3 -H -d -r -N -- a/src/wl/sys/wl_iw.h b/src/wl/sys/wl_iw.h
2
--- a/src/wl/sys/wl_iw.h 2015-09-19 00:47:30.000000000 +0200
3
+++ b/src/wl/sys/wl_iw.h 2022-09-23 22:37:47.234437371 +0200
4
5
#define WL_IW_RSSI_EXCELLENT -57
6
#define WL_IW_RSSI_INVALID 0
7
#define MAX_WX_STRING 80
8
+#ifndef isprint
9
#define isprint(c) bcm_isprint(c)
10
+#endif
11
#define WL_IW_SET_ACTIVE_SCAN (SIOCIWFIRSTPRIV+1)
12
#define WL_IW_GET_RSSI (SIOCIWFIRSTPRIV+3)
13
#define WL_IW_SET_PASSIVE_SCAN (SIOCIWFIRSTPRIV+5)
14