K 10 svn:author V 6 adrian K 8 svn:date V 27 2013-01-06T04:38:31.788948Z K 7 svn:log V 364 Handle HWMP if_transmit() failure gracefully. If if_transmit() fails, the node ref may need freeing. This is based on the same logic used by the ageq, which the mesh code (re) uses for frames which need to be staged before transmitting. It also does the same thing - if M_ENCAP is set on the mbuf, it treats the recvif pointer as a node reference and derefs it. END