Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0+ */
0002 /* Copyright (c) 2015-2016 Quantenna Communications. All rights reserved. */
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 /* _QTN_FMAC_CFG80211_H_ */