treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / drivers / net / wireless / quantenna / qtnfmac / cfg80211.h
blobc374857283ace84648ff4bdba04899302b227f80
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /* Copyright (c) 2015-2016 Quantenna Communications. All rights reserved. */
4 #ifndef _QTN_FMAC_CFG80211_H_
5 #define _QTN_FMAC_CFG80211_H_
7 #include <net/cfg80211.h>
9 #include "core.h"
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);
18 #endif /* _QTN_FMAC_CFG80211_H_ */