Skip to main content

wireless

 CC [M]  drivers/net/wireless/ath/ath10k/mac.o
In file included from drivers/net/wireless/ath/ath10k/mac.h:22:0,
                 from drivers/net/wireless/ath/ath10k/mac.c:18:
drivers/net/wireless/ath/ath10k/core.h:458:2: error: unknown type name ‘guid_t’
  guid_t guid;
  ^
drivers/net/wireless/ath/ath10k/mac.c: In function ‘ath10k_tx_h_add_p2p_noa_ie’:
drivers/net/wireless/ath/ath10k/mac.c:3492:5: error: implicit declaration of function ‘skb_put_data’ [-Werror=implicit-function-declaration]
     skb_put_data(skb, arvif->u.ap.noa_data,
     ^
In file included from drivers/net/wireless/ath/ath10k/mac.h:21:0,
                 from drivers/net/wireless/ath/ath10k/mac.c:18:
drivers/net/wireless/ath/ath10k/mac.c: In function ‘ath10k_mac_register’:
./include/net/mac80211.h:2237:57: error: ‘IEEE80211_HW_SUPPORTS_TX_FRAG’ undeclared (first use in this function)
 #define ieee80211_hw_set(hw, flg) _ieee80211_hw_set(hw, IEEE80211_HW_##flg)
                                                         ^
drivers/net/wireless/ath/ath10k/mac.c:8164:2: note: in expansion of macro ‘ieee80211_hw_set’
  ieee80211_hw_set(ar->hw, SUPPORTS_TX_FRAG);
  ^
./include/net/mac80211.h:2237:57: note: each undeclared identifier is reported only once for each function it appears in
 #define ieee80211_hw_set(hw, flg) _ieee80211_hw_set(hw, IEEE80211_HW_##flg)
                                                         ^
drivers/net/wireless/ath/ath10k/mac.c:8164:2: note: in expansion of macro ‘ieee80211_hw_set’
  ieee80211_hw_set(ar->hw, SUPPORTS_TX_FRAG);
  ^
drivers/net/wireless/ath/ath10k/mac.c:8320:39: error: ‘NL80211_EXT_FEATURE_CQM_RSSI_LIST’ undeclared (first use in this function)
  wiphy_ext_feature_set(ar->hw->wiphy, NL80211_EXT_FEATURE_CQM_RSSI_LIST);
                                       ^
cc1: some warnings being treated as errors
scripts/Makefile.build:293: recipe for target 'drivers/net/wireless/ath/ath10k/mac.o' failed
make[5]: *** [drivers/net/wireless/ath/ath10k/mac.o] Error 1
scripts/Makefile.build:544: recipe for target 'drivers/net/wireless/ath/ath10k' failed
make[4]: *** [drivers/net/wireless/ath/ath10k] Error 2
scripts/Makefile.build:544: recipe for target 'drivers/net/wireless/ath' failed
make[3]: *** [drivers/net/wireless/ath] Error 2
scripts/Makefile.build:544: recipe for target 'drivers/net/wireless' failed
make[2]: *** [drivers/net/wireless] Error 2
scripts/Makefile.build:544: recipe for target 'drivers/net' failed
make[1]: *** [drivers/net] Error 2
Makefile:991: recipe for target 'drivers' failed
make: *** [drivers] Error 2