linux/drivers/staging/wilc1000
Ajay Singh f31e5584dc staging: wilc1000: use short names to fix over 80 issue in tcp_process()
Use short variable names to avoid line over 80 chars checkpatch warning
in tcp_process().

struct pending_acks_info     --> struct pending_ack
int tcp_pending_ack_idx      --> int ack_idx
u32 pending_ack              --> u32 pending_ack_idx

Signed-off-by: Ajay Singh <ajay.kathat@microchip.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-09-10 18:06:51 +02:00
..
coreconfigurator.c staging: wilc1000: use lowercase for get_BSSID() and HIL variable 2018-09-10 17:17:39 +02:00
coreconfigurator.h staging: wilc1000: added Microchip copyright notice header 2018-08-05 16:15:32 +02:00
host_interface.c staging: wilc1000: move tcp_ack_filter algo related variables to 'wilc_vif' struct 2018-09-10 17:17:39 +02:00
host_interface.h staging: wilc1000: move 'rcv_assoc_resp' as part of hif_drv 2018-09-10 17:17:39 +02:00
Kconfig
linux_mon.c staging: wilc1000: added Microchip copyright notice header 2018-08-05 16:15:32 +02:00
linux_wlan.c staging: wilc1000: refactor code to avoid use of wilc_set_multicast_list global 2018-09-10 17:17:38 +02:00
Makefile staging: wilc1000: fix TODO to compile spi and sdio components in single module 2018-08-02 09:35:05 +02:00
microchip,wilc1000,sdio.txt staging: wilc1000: use descriptor-based interface for GPIO 2018-07-24 13:52:32 +02:00
microchip,wilc1000,spi.txt staging: wilc1000: use descriptor-based interface for GPIO 2018-07-24 13:52:32 +02:00
TODO staging: wilc1000: remove TODO item for comments and code style 2018-08-05 16:15:32 +02:00
wilc_debugfs.c staging: wilc1000: added Microchip copyright notice header 2018-08-05 16:15:32 +02:00
wilc_sdio.c staging: wilc1000: added Microchip copyright notice header 2018-08-05 16:15:32 +02:00
wilc_spi.c staging: wilc1000: added Microchip copyright notice header 2018-08-05 16:15:32 +02:00
wilc_wfi_cfgoperations.c staging: wilc1000: move tcp_ack_filter algo related variables to 'wilc_vif' struct 2018-09-10 17:17:39 +02:00
wilc_wfi_cfgoperations.h staging: wilc1000: added Microchip copyright notice header 2018-08-05 16:15:32 +02:00
wilc_wfi_netdevice.h staging: wilc1000: use short names to fix over 80 issue in tcp_process() 2018-09-10 18:06:51 +02:00
wilc_wlan_cfg.c staging: wilc1000: added Microchip copyright notice header 2018-08-05 16:15:32 +02:00
wilc_wlan_cfg.h staging: wilc1000: added Microchip copyright notice header 2018-08-05 16:15:32 +02:00
wilc_wlan_if.h staging: wilc1000: added Microchip copyright notice header 2018-08-05 16:15:32 +02:00
wilc_wlan.c staging: wilc1000: use short names to fix over 80 issue in tcp_process() 2018-09-10 18:06:51 +02:00
wilc_wlan.h staging: wilc1000: use short names to fix over 80 issue in tcp_process() 2018-09-10 18:06:51 +02:00