summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorSrinivas Achary <srinivas@aerlync.com>2026-07-23 19:15:50 +0530
committerJohannes Berg <johannes.berg@intel.com>2026-07-28 15:58:37 +0200
commitc706dc5da6e1764b2e75132f7815f75e75a6a34a (patch)
treeb6e40cf516dbd7f7272dc7795b4071ec1d608f4a /tools/perf/scripts/python
parentedc84a9396acf1a0e78c46230dd0bcee1b84ac53 (diff)
wifi: cfg80211: change mesh_setup::ie_len to size_t
The ie_len field in struct mesh_setup stores the length of the information elements (IEs) buffer. It is currently defined as u8, which limits the maximum supported length to 255 bytes. The IE length is derived from memory buffers whose size is naturally represented by size_t. Using u8 may truncate larger values and can result in incorrect length handling. Change ie_len to size_t so it can represent the full buffer length and match the type commonly used for memory sizes throughout the kernel. Signed-off-by: Ramakrishnan Rathinasamy <ramakrishnan@aerlync.com> Signed-off-by: Srinivas Achary <srinivas@aerlync.com> Link: https://patch.msgid.link/20260723134550.35167-1-srinivas@aerlync.com Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions