Searched refs:GETLOG_BUFSIZE (Results 1 – 5 of 5) sorted by relevance
213 #define GETLOG_BUFSIZE 512 macro582 IW_PRIV_TYPE_CHAR | GETLOG_BUFSIZE,
2034 buf = kmalloc(GETLOG_BUFSIZE, GFP_KERNEL); in woal_get_log()
218 #define GETLOG_BUFSIZE 1500 macro
168 {WOALGETLOG, IW_PRIV_TYPE_NONE, IW_PRIV_TYPE_CHAR | GETLOG_BUFSIZE,
1952 buf = kmalloc(GETLOG_BUFSIZE, GFP_KERNEL); in woal_get_log()2092 wrq->u.data.length = MIN(GETLOG_BUFSIZE - 1, strlen(buf) + 1); in woal_get_log()