summaryrefslogtreecommitdiff
path: root/drivers/staging/wilc1000
AgeCommit message (Expand)Author
2015-12-21staging: wilc1000: bug fix on memory freeGlen Lee
2015-12-21staging: wilc1000: set hif_drv before it is usedGlen Lee
2015-12-21staging: wilc1000: remove wilc of struct host_if_drvGlen Lee
2015-12-21staging: wilc1000: remove drv of struct host_if_msgGlen Lee
2015-12-21staging: wilc1000: remove used functionsGlen Lee
2015-12-21staging: wilc1000: change join_req_drv type and it's nameGlen Lee
2015-12-21staging: wilc1000: wilc_set_wfi_drv_handler: pass vif indexGlen Lee
2015-12-21staging: wilc1000: use vif index to communicate with wilc deviceGlen Lee
2015-12-21staging: wilc1000: pass struct wilcGlen Lee
2015-12-21staging: wilc1000: take vif instead of drv in hostIFthreadGlen Lee
2015-12-21staging: wilc1000: remove argument hif_drvGlen Lee
2015-12-21staging: wilc1000: pass vif to hostIFthreadGlen Lee
2015-12-21staging: wilc1000: remove duplicate netdevGlen Lee
2015-12-21staging: wilc1000: change vif to pointer to refence real private dataGlen Lee
2015-12-21staging: wilc1000: move perInterface_wlan_t to wilc_vifGlen Lee
2015-12-21staging: wilc1000: remove unneeded extern variableGlen Lee
2015-12-21staging: wilc1000: remove unused filesGlen Lee
2015-12-21staging: wilc1000: linux_wlan_spi.c: move all the codes to wilc_spi.cGlen Lee
2015-12-21staging: wilc1000: remove unneeded functionGlen Lee
2015-12-21staging: wilc1000: rename spi function namesGlen Lee
2015-12-21staging: wilc1000: remove unused filesGlen Lee
2015-12-21staging: wilc1000: linux_wlan_sdio.c: move all the codes to wilc_sdio.cGlen Lee
2015-12-21staging: wilc1000: linux_sdio_probe: use return valueGlen Lee
2015-12-21staging: wilc1000: linux_wlan_spi.c: return linux error valueGlen Lee
2015-12-21staging: wilc1000: wilc_deinit(): fixes inconsistent returnsLeo Kim
2015-12-21staging: wilc1000: wilc_init(): fixes inconsistent returnsLeo Kim
2015-12-21staging: wilc1000: fixes potential null dereference 'wid.val'Leo Kim
2015-12-21staging: wilc1000: replace explicit NULL comparisons with !Leo Kim
2015-12-21staging: wilc1000: linux_wlan_spi.c: fix NULL comparison styleGlen Lee
2015-12-21staging: wilc1000: linux_wlan_spi.c: add a blankGlen Lee
2015-12-21staging: wilc1000: linux_wlan_spi.c: remove braces for single statementGlen Lee
2015-12-21staging: wilc1000: wilc_sdio_cmd52: return linux error valueGlen Lee
2015-12-21staging: wilc1000: wilc_sdio_cmd53: return linux error valueGlen Lee
2015-12-21staging: wilc1000: linux_wlan_sdio.c: remove bracesGlen Lee
2015-12-21staging: wilc1000: linux_wlan_sdio.c: fix checkpatch warning line over 80Glen Lee
2015-12-21staging: wilc1000: remove unused functionsGlen Lee
2015-12-21staging: wilc1000: remove wilc_debug_func of hif_initGlen Lee
2015-12-21staging: wilc1000: sdio/spi: use device print api instead of custom oneGlen Lee
2015-12-21staging: wilc1000: move all of wilc_wlan_dev_t to struct wilcGlen Lee
2015-12-21staging: wilc1000: remove unused varialbe tx_buffer_offsetGlen Lee
2015-12-21staging: wilc1000: remove io_type of wilc_wlan_dev_tGlen Lee
2015-12-21staging: wilc1000: wilc_wlan.c: remove hif_func of wilc_wlan_dev_tGlen Lee
2015-12-21staging: wilc1000: use kernel define byte order macrosGlen Lee
2015-12-21staging: wilc1000: rename index to tcp_pending_ack_idxGlen Lee
2015-12-21staging: wilc1000: remove wilc memory allocation configGlen Lee
2015-12-21staging: wilc1000: remove define COMPLEMENT_BOOTGlen Lee
2015-12-18staging: wilc1000: replace 'ptr > 0' check by 'ptr' check.Mario J. Rugiero
2015-12-18staging: wilc1000: Fix typo in wilc_msgqueue.hMasanari Iida
2015-12-18drivers:staging:wilc1000 Fix all comparison to NULL could be written ...Bogicevic Sasa
2015-12-18staging: wilc1000: Remove 'if' statement, which is always falseChandra S Gorentla