cfg80211.h 639 B

123456789101112131415161718
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /* Copyright (c) 2015-2016 Quantenna Communications. All rights reserved. */
  3. #ifndef _QTN_FMAC_CFG80211_H_
  4. #define _QTN_FMAC_CFG80211_H_
  5. #include <net/cfg80211.h>
  6. #include "core.h"
  7. int qtnf_wiphy_register(struct qtnf_hw_info *hw_info, struct qtnf_wmac *mac);
  8. int qtnf_del_virtual_intf(struct wiphy *wiphy, struct wireless_dev *wdev);
  9. void qtnf_cfg80211_vif_reset(struct qtnf_vif *vif);
  10. void qtnf_band_init_rates(struct ieee80211_supported_band *band);
  11. void qtnf_band_setup_htvht_caps(struct qtnf_mac_info *macinfo,
  12. struct ieee80211_supported_band *band);
  13. #endif /* _QTN_FMAC_CFG80211_H_ */