staging: wilc1000: rename Init_TCP_tracking function
This patch rename the Init_TCP_tracking function to init_tcp_tracking to avoid CamelCase naming convention. Signed-off-by: Leo Kim <leo.kim@atmel.com> Signed-off-by: Glen Lee <glen.lee@atmel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
d12ac7e2b0
commit
ef06b5f733
1 changed files with 2 additions and 2 deletions
|
|
@ -222,7 +222,7 @@ u32 pending_base;
|
|||
u32 tcp_session;
|
||||
u32 pending_acks;
|
||||
|
||||
static inline int Init_TCP_tracking(void)
|
||||
static inline int init_tcp_tracking(void)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
|
@ -1697,7 +1697,7 @@ int wilc_wlan_init(struct net_device *dev, wilc_wlan_inp_t *inp)
|
|||
goto _fail_;
|
||||
}
|
||||
#ifdef TCP_ACK_FILTER
|
||||
Init_TCP_tracking();
|
||||
init_tcp_tracking();
|
||||
#endif
|
||||
|
||||
return 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue