diff options
Diffstat (limited to 'sys/dev/iwm/if_iwm_mac_ctxt.h')
-rw-r--r-- | sys/dev/iwm/if_iwm_mac_ctxt.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/iwm/if_iwm_mac_ctxt.h b/sys/dev/iwm/if_iwm_mac_ctxt.h index 3abcc20579fa..e23f91e99f9e 100644 --- a/sys/dev/iwm/if_iwm_mac_ctxt.h +++ b/sys/dev/iwm/if_iwm_mac_ctxt.h @@ -106,10 +106,10 @@ #ifndef __IF_IWM_MAC_CTXT_H__ #define __IF_IWM_MAC_CTXT_H__ -extern const uint8_t iwm_mvm_ac_to_tx_fifo[]; +extern const uint8_t iwm_ac_to_tx_fifo[]; -extern int iwm_mvm_mac_ctxt_add(struct iwm_softc *sc, struct ieee80211vap *vap); -extern int iwm_mvm_mac_ctxt_changed(struct iwm_softc *sc, struct ieee80211vap *vap); -extern int iwm_mvm_mac_ctxt_remove(struct iwm_softc *sc, struct ieee80211vap *vap); +extern int iwm_mac_ctxt_add(struct iwm_softc *sc, struct ieee80211vap *vap); +extern int iwm_mac_ctxt_changed(struct iwm_softc *sc, struct ieee80211vap *vap); +extern int iwm_mac_ctxt_remove(struct iwm_softc *sc, struct ieee80211vap *vap); #endif /* __IF_IWM_MAC_CTXT_H__ */ |