]> git.baikalelectronics.ru Git - kernel.git/commit
staging: wilc1000: rename index to tcp_pending_ack_idx
authorGlen Lee <glen.lee@atmel.com>
Mon, 21 Dec 2015 05:18:07 +0000 (14:18 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 21 Dec 2015 21:20:04 +0000 (13:20 -0800)
commit4d2030ea34a666b30ca05f766be7483563f372e9
tree3979cb59c9104ad749babc4113528f61f3f6962f
parent86e108aa678110e328cb08b8c266580a7b24239b
staging: wilc1000: rename index to tcp_pending_ack_idx

This patch renames "index" of struct txq_entry_t to tcp_pending_ack_idx
since this name could be confused index of txq_entry_t. It is index of
tcp pending ack.

It fixes 45982cc5d810 ("staging: wilc1000: rename tcp_PendingAck_index
of struct txq_entry_t")

Signed-off-by: Glen Lee <glen.lee@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/wilc_wlan.c
drivers/staging/wilc1000/wilc_wlan.h