summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000
Commit message (Expand)AuthorAgeFilesLines
* staging: wilc1000: flush the workqueue before deinit the hostAdham Abozaeid2019-07-251-0/+1
* staging: wilc1000: rename 'host_interface' source and headerAjay Singh2019-07-014-2/+2
* staging: wilc1000: remove extra argument passing to wilc_send_config_pkt()Ajay Singh2019-07-013-81/+40Star
* staging: wilc1000: remove use of 'src_addr' element in 'wilc_vif' structAjay Singh2019-07-013-4/+2Star
* staging: wilc1000: remove unnecessary loop to traverse vif interfacesAjay Singh2019-07-012-17/+6Star
* staging: wilc1000: remove use of driver_handler_id & ifc_idAjay Singh2019-07-015-9/+4Star
* staging: wilc1000: added support to dynamically add/remove interfacesAjay Singh2019-07-019-390/+492
* staging: wilc1000: fix error path cleanup in wilc_wlan_initialize()Ajay Singh2019-07-011-6/+6
* staging: wilc1000: handle p2p operations in caller contextAjay Singh2019-07-011-29/+17Star
* staging: wilc1000: add passive scan supportAdham Abozaeid2019-06-214-8/+25
* staging: wilc1000: Remove redundant memsetHariprasad Kelam2019-06-201-1/+0Star
* Merge 5.2-rc3 into staging-nextGreg Kroah-Hartman2019-06-031-2/+6
|\
| * staging: wilc1000: Fix some double unlock bugs in wilc_wlan_cleanup()Dan Carpenter2019-05-201-2/+6
* | staging: wilc1000: remove redundant masking of pkt_offsetColin Ian King2019-05-221-3/+0Star
|/
* staging: wilc1000: Avoid GFP_KERNEL allocation from atomic contextAdham Abozaeid2019-04-171-1/+1
* staging: remove redundant 'default n' from KconfigBartlomiej Zolnierkiewicz2019-04-161-1/+0Star
* staging: wilc1000: fix spelling mistake "dissconect" -> "disconnect"Colin Ian King2019-04-161-1/+1
* staging: wilc1000: give usleep_range a rangeNicholas Mc Guire2019-04-161-2/+2
* staging: wilc1000: Avoid GFP_KERNEL allocation from atomic context.Tetsuo Handa2019-04-161-1/+1
* staging: wilc1000: drop explicit conversion to boolNicholas Mc Guire2019-04-161-1/+1
* staging: add missing SPDX lines to Kconfig filesGreg Kroah-Hartman2019-04-031-0/+1
* staging: wilc1000: assign scan result callback before starting the scanAdham Abozaeid2019-03-291-2/+3
* staging: wilc1000: use cfg80211 ssid list instead of repacking itAdham Abozaeid2019-03-273-95/+20Star
* staging: wilc1000: Remove return variables from wilc_spi.cNishka Dasgupta2019-03-221-8/+5Star
* staging: wilc1000: Remove return variable from host_interface.cNishka Dasgupta2019-03-221-14/+6Star
* staging: wilc1000: remove unnecessary local variablesHimadri Pandya2019-03-181-9/+3Star
* staging: wilc1000: Fix line over 80 charactersDebleena Sen2019-03-181-1/+2
* staging: wilc1000: fix incorrent type in initializerBo YU2019-02-281-1/+1
* staging: wilc1000: fix incorrent type assignmentBo YU2019-02-261-2/+2
* staging: wilc1000: rename linux_wlan.c and linux_mon.cAjay Singh2019-02-073-1/+1
* staging: wilc1000: remove 'linux_' prefix in function namesAjay Singh2019-02-072-14/+13Star
* staging: wilc1000: rename wilc_frmw_to_linux()Ajay Singh2019-02-073-5/+5
* staging: wilc1000: added 'wilc_' prefix for function in wilc_sdio.c fileAjay Singh2019-02-071-46/+46
* staging: wilc1000: avoid function forward declaration in wilc_sdio.c fileAjay Singh2019-02-071-48/+43Star
* staging: wilc1000: move macro and function prototype from wilc_wlan_if.h fileAjay Singh2019-02-075-36/+23Star
* staging: wilc1000: add 'wilc_' prefix to have proper namespaceAjay Singh2019-02-078-61/+61
* staging: wilc1000: fix to set correct value for 'vif_num'Ajay Singh2019-02-071-2/+2
* staging: wilc1000: define p2p related static variable as constantsAjay Singh2019-02-071-2/+2
* staging: wilc1000: move 'curr_channel' static variable in 'wilc' structAjay Singh2019-02-072-10/+13
* staging: wilc1000: move static variable 'wlan_channel' to 'wilc' structAjay Singh2019-02-072-17/+20
* staging: wilc1000: avoid use of static variable in linux_mon.cAjay Singh2019-02-071-5/+4Star
* staging: wilc1000: avoid use of 'hif_deinit_lock' static variableAjay Singh2019-02-072-11/+11
* staging: wilc1000: remove unused struct 'add_sta_param'Ajay Singh2019-02-071-11/+0Star
* staging: wilc1000: add check before performing operation on net_deviceAjay Singh2019-02-071-4/+8
* staging: wilc1000: avoid use of interface names for validationAjay Singh2019-02-071-74/+70Star
* staging: wilc1000: use random number for cookie instead of pointerAjay Singh2019-02-071-1/+1
* staging: wilc1000: refactor code to use cookie informationAjay Singh2019-02-074-85/+53Star
* staging: wilc1000: refactor linux_wlan_init_test_config()Ajay Singh2019-02-072-118/+83Star
* staging: wilc1000: remove use of 'terminated_handle' static variableAjay Singh2019-02-071-8/+7Star
* staging: wilc1000: refactor scan() cfg80211 ops callbackAjay Singh2019-02-042-29/+28Star