summaryrefslogtreecommitdiff
path: root/drivers/staging/wilc1000/linux_wlan.c
AgeCommit message (Expand)Author
2015-12-21staging: wilc1000: set hif_drv before it is usedGlen 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: wilc_wlan.c: remove hif_func of wilc_wlan_dev_tGlen Lee
2015-12-18staging: wilc1000: fix rmmod failureGlen Lee
2015-12-18staging: wilc1000: use wilc instead of wilc_dev and remove wilc_devGlen Lee
2015-12-18staging: wilc1000: wilc_dbg: remove wilcGlen Lee
2015-12-18staging: wilc1000: wilc_wlan_cfg_get: pass struct wilcGlen Lee
2015-12-18staging: wilc1000: wilc_wlan_cfg_set: pass struct wilcGlen Lee
2015-12-18staging: wilc1000: pass struct wilc to the functions which use hif_funcGlen Lee
2015-12-18staging: wilc1000: remove sdio speed control codesGlen Lee
2015-12-18staging/wilc1000: pass struct wilc to most linux_wlan.c functionsArnd Bergmann
2015-12-18staging/wilc1000: use more regular probingArnd Bergmann
2015-12-18staging/wilc1000: split out bus specific modulesArnd Bergmann
2015-12-18staging/wilc1000: turn enable_irq/disable_irq into callbacksArnd Bergmann
2015-12-18staging/wilc1000: pass hif operations through initializationArnd Bergmann
2015-12-18staging/wilc1000: get rid of WILC_SDIO_IRQ_GPIOArnd Bergmann
2015-12-18staging/wilc1000: use device pointer for phy creationArnd Bergmann
2015-12-18staging/wilc1000: pass io_type to wilc_netdev_initArnd Bergmann
2015-12-18staging/wilc1000: unify device pointerArnd Bergmann
2015-12-18staging/wilc1000: move init/exit functions to driver filesArnd Bergmann
2015-12-18staging/wilc1000: move wilc_wlan_inp_t into struct wilcArnd Bergmann
2015-12-18staging/wilc1000: remove linux_wlan_{device_power,device_detection}Arnd Bergmann
2015-12-18staging/wilc1000: use NO_SECURITY instead of NO_ENCRYPTArnd Bergmann
2015-12-18staging/wilc1000: move extern declarations to headersArnd Bergmann
2015-12-18staging/wilc1000: use proper naming for global symbolsArnd Bergmann
2015-12-18staging/wilc1000: make symbols static if possibleArnd Bergmann
2015-11-16staging: wilc1000: remove os_privateGlen Lee
2015-11-16staging: wilc1000: linux_spi_init: remove parameter vpGlen Lee
2015-11-16staging: wilc1000: remove unused function pointer io_deinitGlen Lee
2015-11-16staging: wilc1000: remove function pointer io_initGlen Lee
2015-11-16staging: wilc1000: remove spi_max_speed of wilc_wlan_io_func_tGlen Lee
2015-11-16staging: wilc1000: remove spi_trx of wilc_wlan_io_func_tGlen Lee
2015-11-16staging: wilc1000: remove function pointer spi_rx of wilc_wlan_io_func_tGlen Lee
2015-11-16staging: wilc1000: remove function pointer spi_tx of wilc_wlan_io_function_tGlen Lee
2015-11-16staging: wilc1000: remove varialbe sdio_set_default_speedGlen Lee
2015-11-16staging: wilc1000: remove sdio_set_max_speedGlen Lee
2015-11-16staging: wilc1000: remove sdio_cmd53 of wilc_wlan_io_func_tGlen Lee
2015-11-16staging: wilc1000: remove sdio_cmd52 of wilc_wlan_io_func_tGlen Lee
2015-11-16staging: wilc1000: fixes that open brace { should be on the previous lineLeo Kim
2015-11-16staging: wilc1000: fixes a struct allocation to match coding standardsLeo Kim
2015-11-16staging: wilc1000: fixes alignment should match open parenthesisLeo Kim
2015-11-16staging: wilc1000: rename pu8UdpBuffer of mac_xmit functionLeo Kim
2015-11-16staging: wilc1000: rename QueueCount of mac_xmit functionLeo Kim
2015-11-16staging: wilc1000: rename s32Error of mac_ioctl functionLeo Kim
2015-11-16staging: wilc1000: rename host_int_get_MacAddress functionLeo Kim
2015-11-16staging: wilc1000: rename Set_machw_change_vir_if functionLeo Kim