]> granicus.if.org Git - esp-idf/commitdiff
Merge branch 'bugfix/lwip_sta_ap_netif_names' into 'master'
authorJiang Jiang Jian <jack@espressif.com>
Thu, 13 Apr 2017 06:43:13 +0000 (14:43 +0800)
committerJiang Jiang Jian <jack@espressif.com>
Thu, 13 Apr 2017 06:43:13 +0000 (14:43 +0800)
give the AP and STA netifs different names for ease of debugging lwip

Both AP and STA netifs used to be called "en". This changes the name to "st" for STA and "ap" for AP.

Ref https://github.com/espressif/esp-idf/pull/456.

See merge request !653


Trivial merge