]> granicus.if.org Git - esp-idf/commitdiff
Merge branch 'bugfix/tw8868_fix_packet_length_erro_in_ap_bridge_mode' into 'master'
authorWu Jian Gang <wujiangang@espressif.com>
Wed, 30 Nov 2016 10:01:31 +0000 (18:01 +0800)
committerWu Jian Gang <wujiangang@espressif.com>
Wed, 30 Nov 2016 10:01:31 +0000 (18:01 +0800)
esp32: update wifi lib to fix tw8868

In AP bridge mode, the length of the forwarded data is wrong, it's 26Btyes longer, thus cuase
AP can't forward the data of which length is 1460. This modification is to make the
data length right.

See merge request !262


Trivial merge