1
2
3
4 #ifndef _QTN_FMAC_CFG80211_H_
5 #define _QTN_FMAC_CFG80211_H_
6
7 #include <net/cfg80211.h>
8
9 #include "core.h"
10
11 int qtnf_wiphy_register(struct qtnf_hw_info *hw_info, struct qtnf_wmac *mac);
12 int qtnf_del_virtual_intf(struct wiphy *wiphy, struct wireless_dev *wdev);
13 void qtnf_cfg80211_vif_reset(struct qtnf_vif *vif);
14 void qtnf_band_init_rates(struct ieee80211_supported_band *band);
15 void qtnf_band_setup_htvht_caps(struct qtnf_mac_info *macinfo,
16 struct ieee80211_supported_band *band);
17
18 #endif