Searched defs:MAX_CUSTOM_LEN (Results 1 - 5 of 5) sorted by relevance

/drivers/net/wireless/ipw2x00/
H A Dlibipw_wx.c58 #define MAX_CUSTOM_LEN 64 macro
64 char custom[MAX_CUSTOM_LEN];
230 p += snprintf(p, MAX_CUSTOM_LEN - (p - custom),
240 p += snprintf(p, MAX_CUSTOM_LEN - (p - custom), " Channel flags: ");
245 p += snprintf(p, MAX_CUSTOM_LEN - (p - custom), "INVALID ");
251 p += snprintf(p, MAX_CUSTOM_LEN - (p - custom), "DFS ");
/drivers/staging/rtl8192e/
H A Drtllib_wx.c50 #define MAX_CUSTOM_LEN 64 macro
56 char custom[MAX_CUSTOM_LEN];
136 p += snprintf(p, MAX_CUSTOM_LEN - (p - custom), " Rates (Mb/s): ");
146 p += snprintf(p, MAX_CUSTOM_LEN - (p - custom),
151 p += snprintf(p, MAX_CUSTOM_LEN - (p - custom),
247 p += snprintf(p, MAX_CUSTOM_LEN - (p - custom),
/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_wx.c53 #define MAX_CUSTOM_LEN 64 macro
59 char custom[MAX_CUSTOM_LEN];
127 p += snprintf(p, MAX_CUSTOM_LEN - (p - custom), " Rates (Mb/s): ");
137 p += snprintf(p, MAX_CUSTOM_LEN - (p - custom),
142 p += snprintf(p, MAX_CUSTOM_LEN - (p - custom),
233 p += snprintf(p, MAX_CUSTOM_LEN - (p - custom),
/drivers/staging/rtl8188eu/os_dep/
H A Dioctl_linux.c40 #define MAX_CUSTOM_LEN 64 macro
111 char custom[MAX_CUSTOM_LEN];
209 p += snprintf(p, MAX_CUSTOM_LEN - (p - custom), " Rates (Mb/s): ");
214 p += snprintf(p, MAX_CUSTOM_LEN - (p - custom),
/drivers/staging/rtl8712/
H A Drtl871x_ioctl_linux.c53 #define MAX_CUSTOM_LEN 64 macro

Completed in 88 milliseconds