aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000 (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-21staging: wilc1000: bug fix on memory freeGlen Lee1-0/+1
2015-12-21staging: wilc1000: set hif_drv before it is usedGlen Lee2-1/+6
2015-12-21staging: wilc1000: remove wilc of struct host_if_drvGlen Lee2-60/+41
2015-12-21staging: wilc1000: remove drv of struct host_if_msgGlen Lee1-47/+3
2015-12-21staging: wilc1000: remove used functionsGlen Lee1-44/+0
2015-12-21staging: wilc1000: change join_req_drv type and it's nameGlen Lee1-24/+9
2015-12-21staging: wilc1000: wilc_set_wfi_drv_handler: pass vif indexGlen Lee3-14/+15
2015-12-21staging: wilc1000: use vif index to communicate with wilc deviceGlen Lee1-46/+81
2015-12-21staging: wilc1000: pass struct wilcGlen Lee5-14/+21
2015-12-21staging: wilc1000: take vif instead of drv in hostIFthreadGlen Lee1-103/+135
2015-12-21staging: wilc1000: remove argument hif_drvGlen Lee4-282/+265
2015-12-21staging: wilc1000: pass vif to hostIFthreadGlen Lee4-246/+341
2015-12-21staging: wilc1000: remove duplicate netdevGlen Lee3-21/+19
2015-12-21staging: wilc1000: change vif to pointer to refence real private dataGlen Lee3-69/+70
2015-12-21staging: wilc1000: move perInterface_wlan_t to wilc_vifGlen Lee5-245/+241
2015-12-21staging: wilc1000: remove unneeded extern variableGlen Lee1-1/+0
2015-12-21staging: wilc1000: remove unused filesGlen Lee3-23/+1
2015-12-21staging: wilc1000: linux_wlan_spi.c: move all the codes to wilc_spi.cGlen Lee3-171/+178
2015-12-21staging: wilc1000: remove unneeded functionGlen Lee3-15/+2
2015-12-21staging: wilc1000: rename spi function namesGlen Lee3-23/+23
2015-12-21staging: wilc1000: remove unused filesGlen Lee3-12/+1
2015-12-21staging: wilc1000: linux_wlan_sdio.c: move all the codes to wilc_sdio.cGlen Lee3-168/+163
2015-12-21staging: wilc1000: linux_sdio_probe: use return valueGlen Lee1-4/+5
2015-12-21staging: wilc1000: linux_wlan_spi.c: return linux error valueGlen Lee2-20/+12
2015-12-21staging: wilc1000: wilc_deinit(): fixes inconsistent returnsLeo Kim1-2/+0
2015-12-21staging: wilc1000: wilc_init(): fixes inconsistent returnsLeo Kim1-1/+0
2015-12-21staging: wilc1000: fixes potential null dereference 'wid.val'Leo Kim1-1/+3
2015-12-21staging: wilc1000: replace explicit NULL comparisons with !Leo Kim1-15/+16
2015-12-21staging: wilc1000: linux_wlan_spi.c: fix NULL comparison styleGlen Lee1-1/+1
2015-12-21staging: wilc1000: linux_wlan_spi.c: add a blankGlen Lee1-0/+2
2015-12-21staging: wilc1000: linux_wlan_spi.c: remove braces for single statementGlen Lee1-11/+4
2015-12-21staging: wilc1000: wilc_sdio_cmd52: return linux error valueGlen Lee2-22/+35
2015-12-21staging: wilc1000: wilc_sdio_cmd53: return linux error valueGlen Lee2-15/+18
2015-12-21staging: wilc1000: linux_wlan_sdio.c: remove bracesGlen Lee1-2/+1
2015-12-21staging: wilc1000: linux_wlan_sdio.c: fix checkpatch warning line over 80Glen Lee1-4/+9
2015-12-21staging: wilc1000: remove unused functionsGlen Lee3-156/+0
2015-12-21staging: wilc1000: remove wilc_debug_func of hif_initGlen Lee4-4/+4
2015-12-21staging: wilc1000: sdio/spi: use device print api instead of custom oneGlen Lee4-122/+213
2015-12-21staging: wilc1000: move all of wilc_wlan_dev_t to struct wilcGlen Lee2-154/+139
2015-12-21staging: wilc1000: remove unused varialbe tx_buffer_offsetGlen Lee1-1/+0
2015-12-21staging: wilc1000: remove io_type of wilc_wlan_dev_tGlen Lee1-11/+8
2015-12-21staging: wilc1000: wilc_wlan.c: remove hif_func of wilc_wlan_dev_tGlen Lee3-94/+87
2015-12-21staging: wilc1000: use kernel define byte order macrosGlen Lee6-59/+16
2015-12-21staging: wilc1000: rename index to tcp_pending_ack_idxGlen Lee2-7/+7
2015-12-21staging: wilc1000: remove wilc memory allocation configGlen Lee4-60/+0
2015-12-21staging: wilc1000: remove define COMPLEMENT_BOOTGlen Lee1-2/+0
2015-12-18staging: wilc1000: replace 'ptr > 0' check by 'ptr' check.Mario J. Rugiero1-1/+1
2015-12-18staging: wilc1000: Fix typo in wilc_msgqueue.hMasanari Iida1-6/+6
2015-12-18drivers:staging:wilc1000 Fix all comparison to NULL could be written ...Bogicevic Sasa1-5/+5
2015-12-18staging: wilc1000: Remove 'if' statement, which is always falseChandra S Gorentla1-8/+1