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