qtnfmac: remove unused function declarations
authorAndrey Shevchenko <ashevchenko@quantenna.com>
Tue, 29 May 2018 11:59:57 +0000 (14:59 +0300)
committerKalle Valo <kvalo@codeaurora.org>
Wed, 30 May 2018 19:20:02 +0000 (22:20 +0300)
Functions qtnf_cmd_resp_parse and qtnf_cmd_resp_check have
been removed. Remove their declarations as well.

Signed-off-by: Andrey Shevchenko <ashevchenko@quantenna.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/quantenna/qtnfmac/commands.h

index 69a7d56f7e584407d35ee48a32247290bcb5351a..cf9274add26d854ddeaa324445b48d7f750ea4b7 100644 (file)
@@ -58,11 +58,6 @@ int qtnf_cmd_send_change_sta(struct qtnf_vif *vif, const u8 *mac,
                             struct station_parameters *params);
 int qtnf_cmd_send_del_sta(struct qtnf_vif *vif,
                          struct station_del_parameters *params);
-
-int qtnf_cmd_resp_parse(struct qtnf_bus *bus, struct sk_buff *resp_skb);
-int qtnf_cmd_resp_check(const struct qtnf_vif *vif,
-                       const struct sk_buff *resp_skb, u16 cmd_id,
-                       u16 *result, const u8 **payload, size_t *payload_size);
 int qtnf_cmd_send_scan(struct qtnf_wmac *mac);
 int qtnf_cmd_send_connect(struct qtnf_vif *vif,
                          struct cfg80211_connect_params *sme);