Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1494147
| From | Ivan Safonov <insafonov@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 3/8] staging:r8188eu: remove rtw_handle_dualmac declaration |
| Date | 2016-09-30 16:40 +0200 |
| Message-ID | <sn78K-2XU-15@gated-at.bofh.it> (permalink) |
| References | <sn78J-2XU-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
It is a declaration of the non-existent function.
Signed-off-by: Ivan Safonov <insafonov@gmail.com>
---
drivers/staging/rtl8188eu/include/drv_types.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/staging/rtl8188eu/include/drv_types.h b/drivers/staging/rtl8188eu/include/drv_types.h
index c966c8e..32326fd 100644
--- a/drivers/staging/rtl8188eu/include/drv_types.h
+++ b/drivers/staging/rtl8188eu/include/drv_types.h
@@ -177,8 +177,6 @@ struct adapter {
#define adapter_to_dvobj(adapter) (adapter->dvobj)
-int rtw_handle_dualmac(struct adapter *adapter, bool init);
-
static inline u8 *myid(struct eeprom_priv *peepriv)
{
return peepriv->mac_addr;
--
2.7.3
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll 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