All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/12] WILC1000 V2 for the g_linux_wlan
@ 2015-10-20  5:26 Tony Cho
  2015-10-20  5:26 ` [PATCH V2 01/12] staging: wilc1000: change the type of wilc1000_initialized Tony Cho
                   ` (11 more replies)
  0 siblings, 12 replies; 16+ messages in thread
From: Tony Cho @ 2015-10-20  5:26 UTC (permalink / raw)
  To: gregkh
  Cc: devel, linux-wireless, tony.cho, glen.lee, leo.kim, austin.shin,
	adel.noureldin, adham.abozaeid, Nicolas.FERRE

The series of V2 restore the global variable, wl to g_linux_wlan which is its
original name becasue it will be replaced with local structure and deleted.

Tony Cho (12):
  staging: wilc1000: change the type of wilc1000_initialized
  staging: wilc1000: rename u8NoIfcs in the struct wilc
  staging: wilc1000: rename strInterfaceInfo in the sturct wilc
  staging: wilc1000: rename aSrcAddress in the struct wilc_vif
  staging: wilc1000: rename aBSSID in the sturct wilc_vif
  staging: wilc1000: rename drvHandler in the struct wilc_vif
  staging: wilc1000: rename wilc_netdev in the struct wilc_vif
  staging: wilc1000: move clean up codes into wl_wlan_cleanup function
  staging: wilc1000: rename wilc_firmware in the struct wilc
  staging: wilc1000: remove COMPLEMENT_BOOT
  staging: wilc1000: introduce struct wilc_sdio for sdio data
  staging: wilc1000: assign pointer of g_linux_wlan to sdio device data

 drivers/staging/wilc1000/linux_wlan.c             | 331 +++++++---------------
 drivers/staging/wilc1000/linux_wlan_sdio.c        |  33 ++-
 drivers/staging/wilc1000/wilc_wfi_cfgoperations.c |  87 +++---
 drivers/staging/wilc1000/wilc_wfi_netdevice.h     |  19 +-
 drivers/staging/wilc1000/wilc_wlan.c              |  18 --
 5 files changed, 169 insertions(+), 319 deletions(-)

-- 
1.9.1


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

end of thread, other threads:[~2015-10-23  1:17 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-20  5:26 [PATCH 00/12] WILC1000 V2 for the g_linux_wlan Tony Cho
2015-10-20  5:26 ` [PATCH V2 01/12] staging: wilc1000: change the type of wilc1000_initialized Tony Cho
2015-10-20  5:26 ` [PATCH V2 02/12] staging: wilc1000: rename u8NoIfcs in the struct wilc Tony Cho
2015-10-20  5:26 ` [PATCH V2 03/12] staging: wilc1000: rename strInterfaceInfo in the sturct wilc Tony Cho
2015-10-22 11:17   ` Dan Carpenter
2015-10-22 11:19     ` Dan Carpenter
2015-10-23  1:17       ` Tony Cho
2015-10-20  5:26 ` [PATCH V2 04/12] staging: wilc1000: rename aSrcAddress in the struct wilc_vif Tony Cho
2015-10-20  5:26 ` [PATCH V2 05/12] staging: wilc1000: rename aBSSID in the sturct wilc_vif Tony Cho
2015-10-20  5:26 ` [PATCH V2 06/12] staging: wilc1000: rename drvHandler in the struct wilc_vif Tony Cho
2015-10-20  5:26 ` [PATCH V2 07/12] staging: wilc1000: rename wilc_netdev " Tony Cho
2015-10-20  5:26 ` [PATCH V2 08/12] staging: wilc1000: move clean up codes into wl_wlan_cleanup function Tony Cho
2015-10-20  5:26 ` [PATCH V2 09/12] staging: wilc1000: rename wilc_firmware in the struct wilc Tony Cho
2015-10-20  5:26 ` [PATCH V2 10/12] staging: wilc1000: remove COMPLEMENT_BOOT Tony Cho
2015-10-20  5:26 ` [PATCH V2 11/12] staging: wilc1000: introduce struct wilc_sdio for sdio data Tony Cho
2015-10-20  5:26 ` [PATCH V2 12/12] staging: wilc1000: assign pointer of g_linux_wlan to sdio device data Tony Cho

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.