[PATCH 01/13] staging: wilc1000: add wilc to netdev private data structure

2015-10-20 Thread Tony Cho
From: Glen Lee This patch add wilc to struct perInterface_wlan_t which is netdev private data to access wilc via netdev_priv function. Assign wilc to nic->wilc. The global variable g_linux_wlan will be replaced with netdev private data member wilc step by step. Signed-off-by: Glen Lee Signed-of

Re: [PATCH 01/13] staging: wilc1000: add wilc to netdev private data structure

2015-10-16 Thread Greg KH
On Fri, Oct 16, 2015 at 06:22:57PM +0900, Tony Cho wrote: > From: Glen Lee > > This patch adds struct wilc to struct perInterface_wlan_t which is netdev > private data to access wilc via netdev_priv function and assigns wilc to > nic->wilc. The global variable wl will be replaced with netdev priv

[PATCH 01/13] staging: wilc1000: add wilc to netdev private data structure

2015-10-16 Thread Tony Cho
From: Glen Lee This patch adds struct wilc to struct perInterface_wlan_t which is netdev private data to access wilc via netdev_priv function and assigns wilc to nic->wilc. The global variable wl will be replaced with netdev private data member wilc step by step. Signed-off-by: Glen Lee Signed-