[][Fix order of setting TTL in HNAT]

[Description]
Fix order of setting TTL in HNAT.
Eth->WIFI, HNAT binding path can be divided into two parts(skb_to_hnat_info,mtk_sw_nat_hook_tx)
Therefore, HNAT cannot bind when the following conditions are encountered:
1: Send unknown unicast pkts to eth, set TTL in skb_to_hnat_info(unbind: pre-bind).
   Then wifi checks that the pkts is not sent to the associated STA,
   discards the pkts, and can not call mtk_sw_nat_hook_tx.
2: Stop the traffic, the hnat entry cannot be aged.
3: After MAC learning, send the traffic again.
   At this time, the cpu cause of pkts is HIT_PRE_BIND,
   so skb_to_hnat_info, mtk_sw_nat_hook_tx cannot be called.

This patch fixes it, bind HNAT immediately after setting TTL.

[Release-log]
N/A

Change-Id: I16bbe00f328e3a01c697d34731711b4d6326dd90
Reviewed-on: https://gerrit.mediatek.inc/c/openwrt/feeds/mtk_openwrt_feeds/+/6000747
1 file changed