K 10 svn:author V 7 glebius K 8 svn:date V 27 2015-06-02T22:39:16.255963Z K 7 svn:log V 301 The argument passed to the iwi_update_wme() is softc, not ieee80211com. This fatal mismatch appeared to be absolutely harmless, since both structs have pointer to struct ifnet as their first member, and they both point to the same ifnet. And the first member is the only one used from the argument. END