K 10 svn:author V 4 avos K 8 svn:date V 27 2016-06-09T08:19:42.579460Z K 7 svn:log V 260 net80211: fix duplicate packet counter incrementation. Remove 'if_inc_counter(ifp, IFCOUNTER_OPACKETS, 1);' from raw xmit and apbridge path; it will be incremented by ieee80211_tx_complete() after packet transmission. Noticed by: Imre Vadasz END