diff options
author | 2020-01-15 13:55:30 +0000 | |
---|---|---|
committer | 2020-01-16 20:59:53 +0100 | |
commit | 1b72dee6f8764dc9fb869a6f7de2901b647646a0 (patch) | |
tree | 5182421c1544781016e26c953ac9a55179143a31 | |
parent | staging: wfx: ensure that packet_id is unique (diff) | |
download | wireguard-linux-1b72dee6f8764dc9fb869a6f7de2901b647646a0.tar.xz wireguard-linux-1b72dee6f8764dc9fb869a6f7de2901b647646a0.zip |
staging: wfx: remove unused do_probe
The identifier do_probe is unused since "staging: wfx: remove workaround
to send probe requests"
Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com>
Link: https://lore.kernel.org/r/20200115135338.14374-61-Jerome.Pouiller@silabs.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/staging/wfx/queue.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/wfx/queue.c b/drivers/staging/wfx/queue.c index ec11a63a2ff9..c87d64fbb88f 100644 --- a/drivers/staging/wfx/queue.c +++ b/drivers/staging/wfx/queue.c @@ -365,7 +365,6 @@ static bool hif_handle_tx_data(struct wfx_vif *wvif, struct sk_buff *skb, struct ieee80211_hdr *frame = (struct ieee80211_hdr *) (req->frame + req->data_flags.fc_offset); enum { - do_probe, do_drop, do_wep, do_tx, |