HomeFreeBSD

net80211: fix checks for (*iv_preamble_update)/(*iv_ht_protmode_update)

Description

net80211: fix checks for (*iv_preamble_update)/(*iv_ht_protmode_update)

Both vap_update_preamble() and vap_update_ht_protmode() also check for
(*iv_erp_protmode_update)() rather than (*iv_preamble_update)()
or (*iv_ht_protmode_update)() before calling the later.
Use the appropriate NULL-function-pointer checks before calling it.

All seem unused currently so no functional changes expected.

MFC after: 3 days
Fixes: f1481c8d3b58e
Reviewed by: cc
Differential Revision: https://reviews.freebsd.org/D43655

Details

Provenance
bzAuthored on Jan 29 2024, 8:59 PM
Reviewer
cc
Differential Revision
D43655: net80211: fix checks for (*iv_preamble_update)/(*iv_ht_protmode_update)
Parents
rGa27c1350e43a: loader: Make vidc_biosputchar static
Branches
Unknown
Tags
Unknown