Home
last modified time | relevance | path

Searched refs:mxln (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/net/mac80211/
Ddebugfs.c99 int mxln = 500; in hwflags_read() local
101 char *buf = kzalloc(mxln, GFP_KERNEL); in hwflags_read()
107 sf += scnprintf(buf, mxln - sf, "0x%x\n", local->hw.flags); in hwflags_read()
109 sf += scnprintf(buf + sf, mxln - sf, "HAS_RATE_CONTROL\n"); in hwflags_read()
111 sf += scnprintf(buf + sf, mxln - sf, "RX_INCLUDES_FCS\n"); in hwflags_read()
113 sf += scnprintf(buf + sf, mxln - sf, in hwflags_read()
116 sf += scnprintf(buf + sf, mxln - sf, in hwflags_read()
119 sf += scnprintf(buf + sf, mxln - sf, in hwflags_read()
122 sf += scnprintf(buf + sf, mxln - sf, "SIGNAL_UNSPEC\n"); in hwflags_read()
124 sf += scnprintf(buf + sf, mxln - sf, "SIGNAL_DBM\n"); in hwflags_read()
[all …]