Message ID | 20180529120005.21498-2-sergey.matyukevich.os@quantenna.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 6d89265d78417174f344c4ec4c13347f178ea0da |
Delegated to: | Kalle Valo |
Headers | show |
Sergey Matyukevich <sergey.matyukevich.os@quantenna.com> wrote: > From: Andrey Shevchenko <ashevchenko@quantenna.com> > > 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> 9 patches applied to wireless-drivers-next.git, thanks. 6d89265d7841 qtnfmac: remove unused function declarations d62b622ca409 qtnfmac: simplify notation 36e8c538b374 qtnfmac: decode error codes from firmware replies 9a3beeb5b73a qtnfmac: cleanup wdev structure between its uses 9e33e7fb4772 qtnfmac: improve control path timeout handling b60769e2dff0 qtnfmac: fix firmware command error path f5d2ff43b9ed qtnfmac: fix bg_scan_period parameter processing 40d68dbb986d qtnfmac: cancel scan on disconnect 480daa9cb62c qtnfmac: fix invalid STA state on EAPOL failure
diff --git a/drivers/net/wireless/quantenna/qtnfmac/commands.h b/drivers/net/wireless/quantenna/qtnfmac/commands.h index 69a7d56f7e58..cf9274add26d 100644 --- a/drivers/net/wireless/quantenna/qtnfmac/commands.h +++ b/drivers/net/wireless/quantenna/qtnfmac/commands.h @@ -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);