]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - drivers/net/wireless/ath5k/base.h
mac80211: use nl80211 interface types
[mirror_ubuntu-jammy-kernel.git] / drivers / net / wireless / ath5k / base.h
index 1549b63d6138685ce27c1fd3f4a7984e11ca6ab8..9d0b728928e305ab982deb0edd7448eb821cfa93 100644 (file)
@@ -113,7 +113,7 @@ struct ath5k_softc {
        struct ieee80211_channel channels[ATH_CHAN_MAX];
        struct ieee80211_rate   rates[IEEE80211_NUM_BANDS][AR5K_MAX_RATES];
        u8                      rate_idx[IEEE80211_NUM_BANDS][AR5K_MAX_RATES];
-       enum ieee80211_if_types opmode;
+       enum nl80211_iftype     opmode;
        struct ath5k_hw         *ah;            /* Atheros HW */
 
        struct ieee80211_supported_band         *curband;