]> granicus.if.org Git - esp-idf/commitdiff
Merge branch 'bugfix/fix_wifi_ebuf_sanity_check_not_pass_issue' into 'master'
authorIvan Grokhotkov <ivan@espressif.com>
Fri, 28 Apr 2017 11:54:46 +0000 (19:54 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Fri, 28 Apr 2017 11:54:46 +0000 (19:54 +0800)
esp32: update WiFi lib for ebuf sanity check fail issue

By default the WiFi canary check is disabled, before release 2.1, we only have canary check for AMPDU, in release2.1, we add sanity check for all kinds of dynamic ebuf, the checking is disabled by default for performance reason. We found some kinds of packets can't pass sanity check, this MR is to fix it.

See merge request !718


Trivial merge