]> granicus.if.org Git - esp-idf/commit
Merge branch 'bugfix/update_wifi_lib_to_include_some_fix_and_optimization' into ...
authorJiang Jiang Jian <jack@espressif.com>
Mon, 13 Feb 2017 13:22:43 +0000 (21:22 +0800)
committerJiang Jiang Jian <jack@espressif.com>
Mon, 13 Feb 2017 13:22:43 +0000 (21:22 +0800)
commita65944a8cb0e0099a46ff20c90bad6c0f45ddc30
treedef047c1e581cbb4a70fbd9c3c88a050ce749009
parent2664291ba544e89893d54767df1052fcb76d32e4
parent7093c59a7484400489d1c5a3a51680cd68721637
Merge branch 'bugfix/update_wifi_lib_to_include_some_fix_and_optimization' into 'master'

esp32: update wifi lib for some fixes and optimizations

1. Reduce the default static rx buffer size from 25 to 10
2. Adjust ampdu interrupt size to 3, namely, raise 1 interrupt per 3-mpdu
3. Make a copy for all received packets, including AMSDU/AMPDU/MPDU
4. Fix softap mis-forward issue
5. Fix pp q full issue
6. Fix sniffer copy wrong content issue

See merge request !491