Created attachment 160103 [details] Reverse patch for r248371 This change causes kernel panics on some configurations. How-to-reproduce: Add a wireless card without hardware encryption into a bridge. While sending a packet, m_unshare() in ieee80211_mbuf_adjust() will discard m->m_pkthdr.rcvif after it was initialized in the ieee80211_vap_pkt_send_dest() (mbuf must be marked as read-only). The patch reverts this commit.