commit | a0e978dd17a15fbbf9dec5a55959d4ff7cc3964c | [log] [tgz] |
---|---|---|
author | Srinivas Girigowda <sgirigow@codeaurora.org> | Tue May 17 11:47:19 2016 -0700 |
committer | Ashwini Patil <apati@codeaurora.org> | Mon Jul 18 20:26:48 2016 +0530 |
tree | 78cd37c283f05b66f95ff8b8b89262cf4993840f | |
parent | 37b1955cc4f8b78795cad87831e7602d8576d51d [diff] |
Wifi-HAL: Increase the channel print buffer size to 256 The temporary channel print buffer is currently of size 100, This can only hold 20 channels info (20 * (4 ASCII characters of channel + 1 white space)). This is not enough to hold if number of channels > 20 (say 36). Hence, increase this buffer size of 256. Change-Id: I61f6d470447a207720706c16bedc18707c2bdbf3 CRs-Fixed: 998869