Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1494153

[PATCH 7/8] staging:r8188eu: remove GEN_DRV_CMD_HANDLER macro

From Ivan Safonov <insafonov@gmail.com>
Newsgroups linux.kernel
Subject [PATCH 7/8] staging:r8188eu: remove GEN_DRV_CMD_HANDLER macro
Date 2016-09-30 16:40 +0200
Message-ID <sn78K-2XU-29@gated-at.bofh.it> (permalink)
References <sn78J-2XU-11@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


This macro does not used.

Signed-off-by: Ivan Safonov <insafonov@gmail.com>
---
 drivers/staging/rtl8188eu/include/rtw_mlme_ext.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/staging/rtl8188eu/include/rtw_mlme_ext.h b/drivers/staging/rtl8188eu/include/rtw_mlme_ext.h
index 80758e1..872a531 100644
--- a/drivers/staging/rtl8188eu/include/rtw_mlme_ext.h
+++ b/drivers/staging/rtl8188eu/include/rtw_mlme_ext.h
@@ -625,7 +625,6 @@ u8 led_blink_hdl(struct adapter *padapter, unsigned char *pbuf);
 u8 set_csa_hdl(struct adapter *padapter, unsigned char *pbuf);
 u8 tdls_hdl(struct adapter *padapter, unsigned char *pbuf);
 
-#define GEN_DRV_CMD_HANDLER(size, cmd)	{size, &cmd ## _hdl},
 #define GEN_MLME_EXT_HANDLER(size, cmd)	{size, cmd},
 
 #ifdef _RTW_CMD_C_
-- 
2.7.3

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH 1/8] staging:r8188eu: change rtl8188e_process_phy_info function argument type Ivan Safonov <insafonov@gmail.com> - 2016-09-30 16:40 +0200
  [PATCH 4/8] staging:r8188eu: remove pkt_newalloc member of the recv_buf structure Ivan Safonov <insafonov@gmail.com> - 2016-09-30 16:40 +0200
  [PATCH 3/8] staging:r8188eu: remove rtw_handle_dualmac declaration Ivan Safonov <insafonov@gmail.com> - 2016-09-30 16:40 +0200
  [PATCH 2/8] staging:r8188eu: remove (RGTRY|BSSID)_(OFT|SZ) macros Ivan Safonov <insafonov@gmail.com> - 2016-09-30 16:40 +0200
  [PATCH 5/8] staging:r8188eu: remove GEN_CMD_CODE macro Ivan Safonov <insafonov@gmail.com> - 2016-09-30 16:40 +0200
  [PATCH 6/8] staging:r8188eu: remove GEN_EVT_CODE macro Ivan Safonov <insafonov@gmail.com> - 2016-09-30 16:40 +0200
  [PATCH 8/8] staging:r8188eu: remove GEN_MLME_EXT_HANDLER macro Ivan Safonov <insafonov@gmail.com> - 2016-09-30 16:40 +0200
  [PATCH 7/8] staging:r8188eu: remove GEN_DRV_CMD_HANDLER macro Ivan Safonov <insafonov@gmail.com> - 2016-09-30 16:40 +0200

csiph-web