summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/linux_wlan.c
Commit message (Expand)AuthorAgeFilesLines
* staging: wilc1000: wilc_set_wfi_drv_handler: add mac indexGlen Lee2016-02-081-0/+19
* staging: wilc1000: fixes add spaces required aroundLeo Kim2016-02-041-2/+2
* staging: wilc1000: fixes no space is necessary after a castLeo Kim2016-02-041-1/+1
* staging: wilc1000: wilc_frmw_to_linux(): fixes null checkLeo Kim2016-02-041-6/+3Star
* staging: wilc1000: set bssid with modeGlen Lee2016-02-041-16/+10Star
* staging: wilc1000: remove wilc_set_machw_change_vir_ifGlen Lee2016-02-041-2/+1Star
* staging: wilc1000: use unified firmwareGlen Lee2016-02-041-9/+9
* staging: wilc1000: get address from wilcGlen Lee2016-02-041-5/+4Star
* staging: wilc1000: remove sleep and reduce close timeoutGlen Lee2016-02-041-4/+1Star
* staging: wilc1000: set hif_drv before it is usedGlen Lee2015-12-211-1/+0Star
* staging: wilc1000: remove argument hif_drvGlen Lee2015-12-211-10/+10
* staging: wilc1000: pass vif to hostIFthreadGlen Lee2015-12-211-10/+12
* staging: wilc1000: remove duplicate netdevGlen Lee2015-12-211-18/+17Star
* staging: wilc1000: change vif to pointer to refence real private dataGlen Lee2015-12-211-32/+33
* staging: wilc1000: move perInterface_wlan_t to wilc_vifGlen Lee2015-12-211-126/+125Star
* staging: wilc1000: wilc_wlan.c: remove hif_func of wilc_wlan_dev_tGlen Lee2015-12-211-9/+9
* staging: wilc1000: fix rmmod failureGlen Lee2015-12-181-0/+1
* staging: wilc1000: use wilc instead of wilc_dev and remove wilc_devGlen Lee2015-12-181-4/+1Star
* staging: wilc1000: wilc_dbg: remove wilcGlen Lee2015-12-181-1/+1
* staging: wilc1000: wilc_wlan_cfg_get: pass struct wilcGlen Lee2015-12-181-1/+1
* staging: wilc1000: wilc_wlan_cfg_set: pass struct wilcGlen Lee2015-12-181-43/+58
* staging: wilc1000: pass struct wilc to the functions which use hif_funcGlen Lee2015-12-181-2/+3
* staging: wilc1000: remove sdio speed control codesGlen Lee2015-12-181-8/+0Star
* staging/wilc1000: pass struct wilc to most linux_wlan.c functionsArnd Bergmann2015-12-181-25/+30
* staging/wilc1000: use more regular probingArnd Bergmann2015-12-181-4/+2Star
* staging/wilc1000: split out bus specific modulesArnd Bergmann2015-12-181-0/+4
* staging/wilc1000: turn enable_irq/disable_irq into callbacksArnd Bergmann2015-12-181-9/+13
* staging/wilc1000: pass hif operations through initializationArnd Bergmann2015-12-181-1/+3
* staging/wilc1000: get rid of WILC_SDIO_IRQ_GPIOArnd Bergmann2015-12-181-38/+31Star
* staging/wilc1000: use device pointer for phy creationArnd Bergmann2015-12-181-1/+1
* staging/wilc1000: pass io_type to wilc_netdev_initArnd Bergmann2015-12-181-14/+4Star
* staging/wilc1000: unify device pointerArnd Bergmann2015-12-181-22/+3Star
* staging/wilc1000: move init/exit functions to driver filesArnd Bergmann2015-12-181-50/+1Star
* staging/wilc1000: move wilc_wlan_inp_t into struct wilcArnd Bergmann2015-12-181-15/+6Star
* staging/wilc1000: remove linux_wlan_{device_power,device_detection}Arnd Bergmann2015-12-181-40/+0Star
* staging/wilc1000: use NO_SECURITY instead of NO_ENCRYPTArnd Bergmann2015-12-181-1/+1
* staging/wilc1000: move extern declarations to headersArnd Bergmann2015-12-181-9/+0Star
* staging/wilc1000: use proper naming for global symbolsArnd Bergmann2015-12-181-58/+57Star
* staging/wilc1000: make symbols static if possibleArnd Bergmann2015-12-181-11/+8Star
* staging: wilc1000: remove os_privateGlen Lee2015-11-161-2/+0Star
* staging: wilc1000: linux_spi_init: remove parameter vpGlen Lee2015-11-161-1/+1
* staging: wilc1000: remove unused function pointer io_deinitGlen Lee2015-11-161-2/+0Star
* staging: wilc1000: remove function pointer io_initGlen Lee2015-11-161-2/+0Star
* staging: wilc1000: remove spi_max_speed of wilc_wlan_io_func_tGlen Lee2015-11-161-1/+0Star
* staging: wilc1000: remove spi_trx of wilc_wlan_io_func_tGlen Lee2015-11-161-1/+0Star
* staging: wilc1000: remove function pointer spi_rx of wilc_wlan_io_func_tGlen Lee2015-11-161-1/+0Star
* staging: wilc1000: remove function pointer spi_tx of wilc_wlan_io_function_tGlen Lee2015-11-161-1/+0Star
* staging: wilc1000: remove varialbe sdio_set_default_speedGlen Lee2015-11-161-1/+0Star
* staging: wilc1000: remove sdio_set_max_speedGlen Lee2015-11-161-1/+0Star
* staging: wilc1000: remove sdio_cmd53 of wilc_wlan_io_func_tGlen Lee2015-11-161-1/+0Star