summaryrefslogtreecommitdiff
path: root/drivers/staging/vt6656/device.h
diff options
context:
space:
mode:
authorMalcolm Priestley <tvboxspy@gmail.com>2020-04-29 21:42:27 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-05-05 12:28:00 +0200
commit3ce6b741bc327a5fc9ebccccec7d8d8926f56fc8 (patch)
treefdc4c7ba0cdd84bc1a2fa8750ead678424f4c6db /drivers/staging/vt6656/device.h
parentf4269d4862c600b556041bb66ea10a3c53612f2e (diff)
staging: vt6656: use struct wiphy retry short and long settings.
Remove driver options for short and long retry and use the ones set by user in wiphy. Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Link: https://lore.kernel.org/r/fbb8da09-ee46-2249-ff29-daaaff1a64e6@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vt6656/device.h')
-rw-r--r--drivers/staging/vt6656/device.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/vt6656/device.h b/drivers/staging/vt6656/device.h
index 7834d69e7ac0..4d596853a3ee 100644
--- a/drivers/staging/vt6656/device.h
+++ b/drivers/staging/vt6656/device.h
@@ -351,9 +351,6 @@ struct vnt_private {
u16 tx_rate_fb0;
u16 tx_rate_fb1;
- u8 short_retry_limit;
- u8 long_retry_limit;
-
enum nl80211_iftype op_mode;
int short_slot_time;