diff options
author | 2013-01-24 09:40:00 +0300 | |
---|---|---|
committer | 2013-01-24 15:47:22 +0100 | |
commit | c49dc9008b1c641a86837297df7c90cef070571b (patch) | |
tree | c9c9641dbea5483c8d87233e56656be29ffbc5b7 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | mac80211: add encrypt headroom to PERR frames (diff) | |
download | linux-dev-c49dc9008b1c641a86837297df7c90cef070571b.tar.xz linux-dev-c49dc9008b1c641a86837297df7c90cef070571b.zip |
cfg80211: off by one in ieee80211_bss()
We do a:
sprintf(buf, " Last beacon: %ums ago",
elapsed_jiffies_msecs(bss->ts));
elapsed_jiffies_msecs() can return a 10 digit number so "buf" needs to
be 31 characters long.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions