HomeFreeBSD

The argument passed to the iwi_update_wme() is softc, not ieee80211com.

Description

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.

Details

Provenance
glebiusAuthored on
Parents
rS283933: Add comments to indicate where the flag for later abort" originates.
Branches
Unknown
Tags
Unknown