0001
0002
0003
0004 #ifndef _QTN_FMAC_CFG80211_H_
0005 #define _QTN_FMAC_CFG80211_H_
0006
0007 #include <net/cfg80211.h>
0008
0009 #include "core.h"
0010
0011 int qtnf_wiphy_register(struct qtnf_hw_info *hw_info, struct qtnf_wmac *mac);
0012 int qtnf_del_virtual_intf(struct wiphy *wiphy, struct wireless_dev *wdev);
0013 void qtnf_cfg80211_vif_reset(struct qtnf_vif *vif);
0014 void qtnf_band_init_rates(struct ieee80211_supported_band *band);
0015 void qtnf_band_setup_htvht_caps(struct qtnf_mac_info *macinfo,
0016 struct ieee80211_supported_band *band);
0017
0018 #endif