Commit ef06b5f7 authored by Leo Kim's avatar Leo Kim Committed by Greg Kroah-Hartman

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: default avatarLeo Kim <leo.kim@atmel.com>
Signed-off-by: default avatarGlen Lee <glen.lee@atmel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent d12ac7e2
...@@ -222,7 +222,7 @@ u32 pending_base; ...@@ -222,7 +222,7 @@ u32 pending_base;
u32 tcp_session; u32 tcp_session;
u32 pending_acks; u32 pending_acks;
static inline int Init_TCP_tracking(void) static inline int init_tcp_tracking(void)
{ {
return 0; return 0;
} }
...@@ -1697,7 +1697,7 @@ int wilc_wlan_init(struct net_device *dev, wilc_wlan_inp_t *inp) ...@@ -1697,7 +1697,7 @@ int wilc_wlan_init(struct net_device *dev, wilc_wlan_inp_t *inp)
goto _fail_; goto _fail_;
} }
#ifdef TCP_ACK_FILTER #ifdef TCP_ACK_FILTER
Init_TCP_tracking(); init_tcp_tracking();
#endif #endif
return 1; return 1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment