All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] clean up interface information structure
@ 2015-11-27  6:50 Glen Lee
  2015-11-27  6:50 ` [PATCH 1/3] staging: wilc1000: move perInterface_wlan_t to wilc_vif Glen Lee
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Glen Lee @ 2015-11-27  6:50 UTC (permalink / raw)
  To: gregkh
  Cc: devel, linux-wireless, tony.cho, glen.lee, leo.kim, austin.shin,
	adel.noureldin, adham.abozaeid, Nicolas.FERRE

This patch series combines perInterface_wlan_t and struct wilc_vif. vif of
struct wilc can be the pointer of net device private data with
perInterface_wlan_t. As a conseqeunce, there will be one interface information
structure wilc_vif.

Glen Lee (3):
  staging: wilc1000: move perInterface_wlan_t to wilc_vif
  staging: wilc1000: change vif to pointer to refence real private data
  staging: wilc1000: remove duplicate netdev

 drivers/staging/wilc1000/host_interface.c         |   6 +-
 drivers/staging/wilc1000/linux_wlan.c             | 307 +++++++++++-----------
 drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 220 ++++++++--------
 drivers/staging/wilc1000/wilc_wfi_netdevice.h     |  22 +-
 drivers/staging/wilc1000/wilc_wlan.c              |  60 ++---
 5 files changed, 305 insertions(+), 310 deletions(-)

-- 
1.9.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-12-19  0:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-27  6:50 [PATCH 0/3] clean up interface information structure Glen Lee
2015-11-27  6:50 ` [PATCH 1/3] staging: wilc1000: move perInterface_wlan_t to wilc_vif Glen Lee
2015-12-18 22:43   ` Greg KH
2015-11-27  6:50 ` [PATCH 2/3] staging: wilc1000: change vif to pointer to refence real private data Glen Lee
2015-11-27  6:50 ` [PATCH 3/3] staging: wilc1000: remove duplicate netdev Glen Lee

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.