nl80211: Increase buffer size for reporting scan frequencies
authorJouni Malinen <jouni@qca.qualcomm.com>
Wed, 14 Oct 2015 11:58:07 +0000 (14:58 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 14 Oct 2015 15:43:26 +0000 (18:43 +0300)
commit712525b01e087bf704423279b26c63db6fdd7dbb
tree5f54c9a6cc0969ff197cb656d53a014c6dc68723
parent207976f053997a604b50733f874b88651b453905
nl80211: Increase buffer size for reporting scan frequencies

It is possible for a driver to support sufficient number of channels to
hit the previous limit of 200 characters for the "nl80211: Scan included
frequencies:" debug message. Increase the maximum buffer length to 300
characters to allow more complete list of scanned frequencies to be
written into the debug log. This limit is more in line with the
MAX_REPORT_FREQS (50) limit.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
src/drivers/driver_nl80211_event.c