]> granicus.if.org Git - esp-idf/commit
Merge branch 'bugfix/fix_ap_not_reply_ba_issue' into 'master'
authorWu Jian Gang <wujiangang@espressif.com>
Thu, 19 Jan 2017 10:27:48 +0000 (18:27 +0800)
committerWu Jian Gang <wujiangang@espressif.com>
Thu, 19 Jan 2017 10:27:48 +0000 (18:27 +0800)
commit1916610b83cb573faf9d47a0310a5c449158a0e0
tree104c3b0a28dedd84375af7b8831e10e888fc57b6
parent7eb570b0390b8b6868585a0784d6d49ff9492cb8
parent12b1c9996224d6435eaf2df17b11ddea81f1c02c
Merge branch 'bugfix/fix_ap_not_reply_ba_issue' into 'master'

esp32: update wifi lib to fix ap not respond BA bug

Currently softap doesn't replay BA when receiving AMPDU, this fix is to fix this bug

See merge request !453