xref: /openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/cfg80211.h (revision 597473720f4dc69749542bfcfed4a927a43d935e)
1*ff233cb5SSergey Matyukevich /* SPDX-License-Identifier: GPL-2.0+ */
2*ff233cb5SSergey Matyukevich /* Copyright (c) 2015-2016 Quantenna Communications. All rights reserved. */
398f44cb0SIgor Mitsyanko 
498f44cb0SIgor Mitsyanko #ifndef _QTN_FMAC_CFG80211_H_
598f44cb0SIgor Mitsyanko #define _QTN_FMAC_CFG80211_H_
698f44cb0SIgor Mitsyanko 
798f44cb0SIgor Mitsyanko #include <net/cfg80211.h>
898f44cb0SIgor Mitsyanko 
998f44cb0SIgor Mitsyanko #include "core.h"
1098f44cb0SIgor Mitsyanko 
1198f44cb0SIgor Mitsyanko int qtnf_wiphy_register(struct qtnf_hw_info *hw_info, struct qtnf_wmac *mac);
1298f44cb0SIgor Mitsyanko int qtnf_del_virtual_intf(struct wiphy *wiphy, struct wireless_dev *wdev);
1398f44cb0SIgor Mitsyanko void qtnf_cfg80211_vif_reset(struct qtnf_vif *vif);
1498f44cb0SIgor Mitsyanko void qtnf_band_init_rates(struct ieee80211_supported_band *band);
1598f44cb0SIgor Mitsyanko void qtnf_band_setup_htvht_caps(struct qtnf_mac_info *macinfo,
1698f44cb0SIgor Mitsyanko 				struct ieee80211_supported_band *band);
1798f44cb0SIgor Mitsyanko 
1898f44cb0SIgor Mitsyanko #endif /* _QTN_FMAC_CFG80211_H_ */
19