linux/drivers/staging/wilc1000
Glen Lee b57f9f34e2 Revert "Staging: wilc1000: coreconfigurator: Drop unneeded wrapper functions"
The source and destination pointers are misplaced.
This will be like,
ether_addr_copy(data, bssid + ADDR2);
-> ether_addr_copy(bssid, data + ADDR2);
and also to use ether_addr_copy, it has to be proved that src/dst address are
properly aligned(2).

I revert this as author agree to drop this patch.

This reverts commit d4622f68db.

Signed-off-by: Glen Lee <glen.lee@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-11-18 13:22:44 -08:00
..
Kconfig staging/wilc: fix Kconfig dependencies, second try 2015-10-16 22:03:05 -07:00
Makefile staging: wilc1000: remove wilc_wlan.c included in wilc_wfi_cfgoperations.c 2015-10-12 20:58:01 -07:00
TODO staging: wilc1000: update TODO list 2015-06-02 13:55:40 +09:00
coreconfigurator.c Revert "Staging: wilc1000: coreconfigurator: Drop unneeded wrapper functions" 2015-11-18 13:22:44 -08:00
coreconfigurator.h staging: wilc1000: rename the member variable, ps8WidVal of wid 2015-10-12 20:58:01 -07:00
host_interface.c Staging: wilc1000: Prefer eth_broadcast_addr over memset() 2015-10-29 08:51:27 +09:00
host_interface.h staging: wilc1000: fix line over 80 characters 2015-10-29 08:50:45 +09:00
linux_mon.c staging: wilc1000: remove extern declarations of g_linux_wlan 2015-10-16 21:31:25 -07:00
linux_wlan.c staging: wilc1000: wilc_wlan_txq_add_net_pkt: add argument struct net_device 2015-10-29 08:11:23 +09:00
linux_wlan_common.h wilc1000 : Use BIT() macro where possible 2015-09-30 04:57:43 +02:00
linux_wlan_sdio.c staging: wilc1000: wilc_handle_isr: add argument wilc to wilc_handle_isr 2015-10-29 08:08:47 +09:00
linux_wlan_sdio.h
linux_wlan_spi.c staging: wilc1000: restore wilc_spi_dev variable 2015-10-16 22:02:00 -07:00
linux_wlan_spi.h staging: wilc1000: linux_wlan_spi: correct types 2015-10-12 20:59:18 -07:00
wilc_debugfs.c staging: wilc1000: Process WARN, INFO options of debug levels from user 2015-08-17 12:46:31 -07:00
wilc_msgqueue.c staging: wilc1000: wilc_msgqueue.c : remove goto statement 2015-10-29 08:16:52 +09:00
wilc_msgqueue.h staging: wilc1000: remove wilc_platform.h include file 2015-09-29 02:38:30 +02:00
wilc_sdio.c staging: wilc1000: remove unused functions 2015-10-08 10:56:03 +01:00
wilc_spi.c staging: wilc1000: use ARRAY_SIZE macro 2015-10-02 12:05:53 +02:00
wilc_wfi_cfgoperations.c Staging: wilc1000: wilc_wfi_cfgoperations: Remove irrelevant wrapper function 2015-10-29 08:48:47 +09:00
wilc_wfi_cfgoperations.h staging: wicl1000: remove duplicated operand in OR operation 2015-09-29 04:16:29 +02:00
wilc_wfi_netdevice.h staging: wilc1000: Set_machw_change_vir_if: add argument struct net_device 2015-10-29 08:11:23 +09:00
wilc_wlan.c staging: wilc1000: tcp_process: add argument dev and use private data 2015-10-29 08:11:23 +09:00
wilc_wlan.h staging: wilc1000: wilc_wlan_txq_add_net_pkt: add argument struct net_device 2015-10-29 08:11:23 +09:00
wilc_wlan_cfg.c Staging: wilc1000: wilc_wlan_cfg: Remove unnecessary cast 2015-10-13 14:36:12 -07:00
wilc_wlan_cfg.h staging: wilc1000: remove function pointer cfg_init 2015-10-02 12:02:15 +02:00
wilc_wlan_if.h staging: wilc1000: remove typedef from tenuWIDtype 2015-10-12 20:58:01 -07:00