K 10 svn:author V 6 eadler K 8 svn:date V 27 2018-03-01T06:55:46.658574Z K 7 svn:log V 312 MFC r321508: [iwm] Cleanup mbufq draining. Add iwm_xmit_queue_drain() like in iwn(4). * iwm_xmit_queue_drain() calls ieee80211_free_node(), removing a possible memory leak, compared to using just mbufq_drain(). * Remove duplicate mbufq_drain() from iwm_mvm_rm_sta(), this should be handled in the caller. END