summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000
Commit message (Expand)AuthorAgeFilesLines
* 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
* staging: wilc1000: make use of iface type to identify p2p interfaceAjay Singh2019-02-042-14/+6Star
* staging: wilc1000: rename timeout related macrosAjay Singh2019-02-044-9/+9
* staging: wilc1000: remove unnecessary debug log messagesAjay Singh2019-02-041-31/+0Star
* staging: wilc1000: remove redundant macros for radiotapAjay Singh2019-02-041-3/+0Star
* staging: wilc1000: remove conditional lock in wilc_wfi_deinit_mon_interface()Ajay Singh2019-02-042-22/+8Star
* staging: wilc1000: avoid the use of 'wilc_wfi_mon' static variableAjay Singh2019-02-045-33/+34
* staging: wilc1000: remove redundant reset of station statisticsAdham Abozaeid2019-01-301-20/+2Star
* Merge 5.0-rc4 into staging-nextGreg Kroah-Hartman2019-01-282-6/+6
|\
| * Staging: wilc1000: unlock on error in init_chip()Dan Carpenter2019-01-151-3/+4
| * staging: wilc1000: fix memory leak in wilc_add_rx_gtkGustavo A. R. Silva2019-01-151-2/+1Star
| * staging: wilc1000: fix registration frame sizeJĂșlius Milan2019-01-151-1/+1
* | staging: wilc1000: avoid the use of typedef for function pointersAjay Singh2019-01-185-28/+26Star
* | staging: wilc1000: refactor handle_set_mcast_filter()Ajay Singh2019-01-183-25/+20Star
* | staging: wilc1000: remove 'disconnect_info' structureAjay Singh2019-01-183-33/+12Star
* | staging: wilc1000: refactor information message parsing logicAjay Singh2019-01-181-50/+16Star
* | staging: wilc1000: use single struct for 'connect' related parametersAjay Singh2019-01-183-204/+84Star
* | staging: wilc1000: rename hidden_network related data structureAjay Singh2019-01-183-38/+38
* | staging: wilc1000: use struct to pack join parameters for FWAjay Singh2019-01-184-283/+142Star
* | staging: wilc1000: corrected order to pack join param bufferAjay Singh2019-01-181-4/+1Star
* | staging: wilc1000: make use of cfg80211_inform_bss_frame()Ajay Singh2019-01-183-150/+50Star
* | staging: wilc1000: remove the use of scan shadow bufferAjay Singh2019-01-184-394/+86Star
* | staging: wilc1000: use 'struct' to pack cfg header frame in wilc_wlan_cfg_com...Ajay Singh2019-01-183-20/+21
* | staging: wilc1000: refactor wilc_wlan_set_bssid()Ajay Singh2019-01-182-12/+10Star
* | staging: wilc1000: make use of get_unaligned_le16/le32 to pack dataAjay Singh2019-01-182-26/+16Star
* | staging: wilc1000: remove set but not used variable 'msa'YueHaibing2019-01-151-2/+1Star
* | staging: wilc1000: make function wilc_get_stats_async staticMarko Stankovic2019-01-071-1/+1
|/
* staging: wilc1000: fix missing read_write setting when reading dataColin Ian King2018-12-201-0/+1