i2c: gpio: fault-injector: refactor incomplete transfer
[linux/fpc-iii.git] / drivers / net / wireless / quantenna / qtnfmac / cfg80211.h
blobb73425122a10a54c110af2c11b2e9abf760f2409
1 /*
2 * Copyright (c) 2015-2016 Quantenna Communications, Inc.
3 * All rights reserved.
5 * This program is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU General Public License
7 * as published by the Free Software Foundation; either version 2
8 * of the License, or (at your option) any later version.
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
17 #ifndef _QTN_FMAC_CFG80211_H_
18 #define _QTN_FMAC_CFG80211_H_
20 #include <net/cfg80211.h>
22 #include "core.h"
24 int qtnf_wiphy_register(struct qtnf_hw_info *hw_info, struct qtnf_wmac *mac);
25 int qtnf_del_virtual_intf(struct wiphy *wiphy, struct wireless_dev *wdev);
26 void qtnf_cfg80211_vif_reset(struct qtnf_vif *vif);
27 void qtnf_band_init_rates(struct ieee80211_supported_band *band);
28 void qtnf_band_setup_htvht_caps(struct qtnf_mac_info *macinfo,
29 struct ieee80211_supported_band *band);
31 #endif /* _QTN_FMAC_CFG80211_H_ */