summaryrefslogtreecommitdiff
path: root/drivers/staging/wilc1000
AgeCommit message (Expand)Author
2019-02-28staging: wilc1000: fix incorrent type in initializerBo YU
2019-02-26staging: wilc1000: fix incorrent type assignmentBo YU
2019-02-07staging: wilc1000: rename linux_wlan.c and linux_mon.cAjay Singh
2019-02-07staging: wilc1000: remove 'linux_' prefix in function namesAjay Singh
2019-02-07staging: wilc1000: rename wilc_frmw_to_linux()Ajay Singh
2019-02-07staging: wilc1000: added 'wilc_' prefix for function in wilc_sdio.c fileAjay Singh
2019-02-07staging: wilc1000: avoid function forward declaration in wilc_sdio.c fileAjay Singh
2019-02-07staging: wilc1000: move macro and function prototype from wilc_wlan_if.h fileAjay Singh
2019-02-07staging: wilc1000: add 'wilc_' prefix to have proper namespaceAjay Singh
2019-02-07staging: wilc1000: fix to set correct value for 'vif_num'Ajay Singh
2019-02-07staging: wilc1000: define p2p related static variable as constantsAjay Singh
2019-02-07staging: wilc1000: move 'curr_channel' static variable in 'wilc' structAjay Singh
2019-02-07staging: wilc1000: move static variable 'wlan_channel' to 'wilc' structAjay Singh
2019-02-07staging: wilc1000: avoid use of static variable in linux_mon.cAjay Singh
2019-02-07staging: wilc1000: avoid use of 'hif_deinit_lock' static variableAjay Singh
2019-02-07staging: wilc1000: remove unused struct 'add_sta_param'Ajay Singh
2019-02-07staging: wilc1000: add check before performing operation on net_deviceAjay Singh
2019-02-07staging: wilc1000: avoid use of interface names for validationAjay Singh
2019-02-07staging: wilc1000: use random number for cookie instead of pointerAjay Singh
2019-02-07staging: wilc1000: refactor code to use cookie informationAjay Singh
2019-02-07staging: wilc1000: refactor linux_wlan_init_test_config()Ajay Singh
2019-02-07staging: wilc1000: remove use of 'terminated_handle' static variableAjay Singh
2019-02-04staging: wilc1000: refactor scan() cfg80211 ops callbackAjay Singh
2019-02-04staging: wilc1000: make use of iface type to identify p2p interfaceAjay Singh
2019-02-04staging: wilc1000: rename timeout related macrosAjay Singh
2019-02-04staging: wilc1000: remove unnecessary debug log messagesAjay Singh
2019-02-04staging: wilc1000: remove redundant macros for radiotapAjay Singh
2019-02-04staging: wilc1000: remove conditional lock in wilc_wfi_deinit_mon_interface()Ajay Singh
2019-02-04staging: wilc1000: avoid the use of 'wilc_wfi_mon' static variableAjay Singh
2019-01-30staging: wilc1000: remove redundant reset of station statisticsAdham Abozaeid
2019-01-28Merge 5.0-rc4 into staging-nextGreg Kroah-Hartman
2019-01-18staging: wilc1000: avoid the use of typedef for function pointersAjay Singh
2019-01-18staging: wilc1000: refactor handle_set_mcast_filter()Ajay Singh
2019-01-18staging: wilc1000: remove 'disconnect_info' structureAjay Singh
2019-01-18staging: wilc1000: refactor information message parsing logicAjay Singh
2019-01-18staging: wilc1000: use single struct for 'connect' related parametersAjay Singh
2019-01-18staging: wilc1000: rename hidden_network related data structureAjay Singh
2019-01-18staging: wilc1000: use struct to pack join parameters for FWAjay Singh
2019-01-18staging: wilc1000: corrected order to pack join param bufferAjay Singh
2019-01-18staging: wilc1000: make use of cfg80211_inform_bss_frame()Ajay Singh
2019-01-18staging: wilc1000: remove the use of scan shadow bufferAjay Singh
2019-01-18staging: wilc1000: use 'struct' to pack cfg header frame in wilc_wlan_cfg_com...Ajay Singh
2019-01-18staging: wilc1000: refactor wilc_wlan_set_bssid()Ajay Singh
2019-01-18staging: wilc1000: make use of get_unaligned_le16/le32 to pack dataAjay Singh
2019-01-15Staging: wilc1000: unlock on error in init_chip()Dan Carpenter
2019-01-15staging: wilc1000: fix memory leak in wilc_add_rx_gtkGustavo A. R. Silva
2019-01-15staging: wilc1000: fix registration frame sizeJĂșlius Milan
2019-01-15staging: wilc1000: remove set but not used variable 'msa'YueHaibing
2019-01-07staging: wilc1000: make function wilc_get_stats_async staticMarko Stankovic
2018-12-20staging: wilc1000: fix missing read_write setting when reading dataColin Ian King