LinuxLists
Users
About
Glen Lee (
[email protected]
)
Number of posts: 796 (9.15 per day)
First post: 2015-11-09 02:00:25
Last post: 2016-02-04 09:32:30
Previous Page
/
Next Page
Date
List
Subject
2015-12-14 05:43:45
linux-wireless
[PATCH 04/12] staging: wilc1000: pass struct wilc
2015-12-14 05:43:39
linux-wireless
[PATCH 03/12] staging: wilc1000: take vif instead of drv in hostIFthread
2015-12-14 05:43:32
linux-wireless
[PATCH 02/12] staging: wilc1000: remove argument hif_drv
2015-12-14 05:43:24
linux-wireless
[PATCH 01/12] staging: wilc1000: pass vif to hostIFthread
2015-12-14 05:43:17
linux-wireless
[PATCH 00/12] Use index of interface to communicate with wilc device
2015-12-03 08:20:48
linux-wireless
Re: [PATCH 1/1] staging: cleanup: Fix incompatible type comparison in wilc1000/host_interface.c
2015-11-27 06:47:30
linux-wireless
[PATCH 3/3] staging: wilc1000: remove duplicate netdev
2015-11-27 06:47:24
linux-wireless
[PATCH 2/3] staging: wilc1000: change vif to pointer to refence real private data
2015-11-27 06:47:16
linux-wireless
[PATCH 1/3] staging: wilc1000: move perInterface_wlan_t to wilc_vif
2015-11-27 06:47:09
linux-wireless
[PATCH 0/3] clean up interface information structure
2015-11-26 05:01:02
linux-wireless
[PATCH 5/5] staging: wilc1000: remove unneeded extern variable
2015-11-26 05:00:56
linux-wireless
[PATCH 4/5] staging: wilc1000: remove unused files
2015-11-26 05:00:49
linux-wireless
[PATCH 3/5] staging: wilc1000: linux_wlan_spi.c: move all the codes to wilc_spi.c
2015-11-26 05:00:43
linux-wireless
[PATCH 2/5] staging: wilc1000: remove unneeded function
2015-11-26 05:00:37
linux-wireless
[PATCH 1/5] staging: wilc1000: rename spi function names
2015-11-25 09:32:22
linux-wireless
[PATCH 4/4] staging: wilc1000: remove unused files
2015-11-25 09:32:15
linux-wireless
[PATCH 3/4] staging: wilc1000: linux_wlan_sdio.c: move all the codes to wilc_sdio.c
2015-11-25 09:32:09
linux-wireless
[PATCH 2/4] staging: wilc1000: linux_sdio_probe: use return value
2015-11-25 09:32:03
linux-wireless
[PATCH 1/4] staging: wilc1000: linux_wlan_spi.c: return linux error value
2015-11-25 02:57:20
linux-wireless
[PATCH 10/10] staging: wilc1000: Handle_SetMulticastFilter(): fixes right shifting more than type allows
2015-11-25 02:57:14
linux-wireless
[PATCH 09/10] staging: wilc1000: change if with else if
2015-11-25 02:57:08
linux-wireless
[PATCH 08/10] staging: wilc1000: Handle_AddBASession: remove unused function
2015-11-25 02:57:02
linux-wireless
[PATCH 07/10] staging: wilc1000: wilc_deinit(): fixes inconsistent returns
2015-11-25 02:56:56
linux-wireless
[PATCH 06/10] staging: wilc1000: wilc_init(): fixes inconsistent returns
2015-11-25 02:56:51
linux-wireless
[PATCH 05/10] staging: wilc1000: fixes potential null dereference 'wid.val'
2015-11-25 02:56:44
linux-wireless
[PATCH 04/10] staging: wilc1000: replace explicit NULL comparisons with !
2015-11-25 02:56:38
linux-wireless
[PATCH 03/10] staging: wilc1000: fixes blank lines aren't necessary brace
2015-11-25 02:56:30
linux-wireless
[PATCH 02/10] staging: wilc1000: wilc_wfi_cfgoperations.c: remove over-commenting
2015-11-25 02:56:22
linux-wireless
[PATCH 01/10] staging: wilc1000: fix rmmod failure
2015-11-23 09:45:41
linux-wireless
[PATCH 10/10] staging: wilc1000: linux_wlan_spi.c: fix NULL comparison style
2015-11-23 09:45:35
linux-wireless
[PATCH 09/10] staging: wilc1000: linux_wlan_spi.c: add a blank
2015-11-23 09:45:29
linux-wireless
[PATCH 08/10] staging: wilc1000: linux_wlan_spi.c: remove braces for single statement
2015-11-23 09:45:23
linux-wireless
[PATCH 07/10] staging: wilc1000: wilc_sdio_cmd52: return linux error value
2015-11-23 09:45:18
linux-wireless
[PATCH 06/10] staging: wilc1000: wilc_sdio_cmd53: return linux error value
2015-11-23 09:45:11
linux-wireless
[PATCH 05/10] staging: wilc1000: linux_wlan_sdio.c: remove braces
2015-11-23 09:45:05
linux-wireless
[PATCH 04/10] staging: wilc1000: linux_wlan_sdio.c: fix checkpatch warning line over 80
2015-11-23 09:44:59
linux-wireless
[PATCH 03/10] staging: wilc1000: remove unused functions
2015-11-23 09:44:53
linux-wireless
[PATCH 02/10] staging: wilc1000: remove wilc_debug_func of hif_init
2015-11-23 09:44:45
linux-wireless
[PATCH 01/10] staging: wilc1000: sdio/spi: use device print api instead of custom one
2015-11-20 07:53:47
linux-wireless
[PATCH 6/6] staging: wilc1000: move all of wilc_wlan_dev_t to struct wilc
2015-11-20 07:53:41
linux-wireless
[PATCH 5/6] staging: wilc1000: remove unused varialbe tx_buffer_offset
2015-11-20 07:53:35
linux-wireless
[PATCH 4/6] staging: wilc1000: remove io_type of wilc_wlan_dev_t
2015-11-20 07:53:28
linux-wireless
[PATCH 3/6] staging: wilc1000: wilc_wlan.c: remove hif_func of wilc_wlan_dev_t
2015-11-20 07:53:22
linux-wireless
[PATCH 2/6] staging: wilc1000: return linux error value
2015-11-20 07:53:15
linux-wireless
[PATCH 1/6] staging: wilc1000: remove unused variable
2015-11-20 01:26:58
linux-wireless
Re: [PATCH 3/4] staging: wilc1000: rename index to tcp_pending_ack_idx
2015-11-19 06:55:39
linux-wireless
[PATCH 26/26] staging: wilc1000: rename pstrNetworkInfo in get_rssi_avg function
2015-11-19 06:55:33
linux-wireless
[PATCH 25/26] staging: wilc1000: rename pJoinParams in CfgScanResult function
2015-11-19 06:55:27
linux-wireless
[PATCH 24/26] staging: wilc1000: rename pUserVoid in CfgScanResult function
2015-11-19 06:55:22
linux-wireless
[PATCH 23/26] staging: wilc1000: rename pstrNetworkInfo in CfgScanResult function
2015-11-19 06:55:16
linux-wireless
[PATCH 22/26] staging: wilc1000: rename enuScanEvent in CfgScanResult function