aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u/r819xU_cmdpkt.h
diff options
context:
space:
mode:
authorJohn Whitmore <johnfwhitmore@gmail.com>2018-07-29 22:07:35 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-07-30 11:12:32 +0200
commit171b51a9b710d4d8e9c33aafbbc5b09408153be6 (patch)
tree4a03582f9af75cd470dd031e3cfbce503c875353 /drivers/staging/rtl8192u/r819xU_cmdpkt.h
parentstaging:rtl8192u: Remove unused CMPK_TX_SET_CONFIG_SIZE - Style (diff)
downloadlinux-dev-171b51a9b710d4d8e9c33aafbbc5b09408153be6.tar.xz
linux-dev-171b51a9b710d4d8e9c33aafbbc5b09408153be6.zip
staging:rtl8192u: Removed unused CMPK_RX_DBG_MSG_SIZE - Style
Remove the unused macro definition CMPK_RX_DBG_MSG_SIZE. This is a coding style change which should have no impact on runtime code execution. Signed-off-by: John Whitmore <johnfwhitmore@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8192u/r819xU_cmdpkt.h')
-rw-r--r--drivers/staging/rtl8192u/r819xU_cmdpkt.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/rtl8192u/r819xU_cmdpkt.h b/drivers/staging/rtl8192u/r819xU_cmdpkt.h
index fab982668b44..50218d9a406b 100644
--- a/drivers/staging/rtl8192u/r819xU_cmdpkt.h
+++ b/drivers/staging/rtl8192u/r819xU_cmdpkt.h
@@ -5,7 +5,6 @@
#define CMPK_RX_TX_FB_SIZE sizeof(struct cmd_pkt_tx_feedback) /* 20 */
#define CMPK_BOTH_QUERY_CONFIG_SIZE sizeof(cmpk_set_cfg_t) /* 16 */
#define CMPK_RX_TX_STS_SIZE sizeof(cmpk_tx_status_t)
-#define CMPK_RX_DBG_MSG_SIZE sizeof(cmpk_rx_dbginfo_t)
#define CMPK_TX_RAHIS_SIZE sizeof(cmpk_tx_rahis_t)
/* 2008/05/08 amy For USB constant. */