aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/host_interface.c
AgeCommit message (Expand)Author
2020-01-19staging: wilc1000: fix illegal memory access in wilc_parse_join_bss_param()Ajay Singh
2019-04-16staging: wilc1000: fix spelling mistake "dissconect" -> "disconnect"Colin Ian King
2019-03-29staging: wilc1000: assign scan result callback before starting the scanAdham Abozaeid
2019-03-27staging: wilc1000: use cfg80211 ssid list instead of repacking itAdham Abozaeid
2019-03-22staging: wilc1000: Remove return variable from host_interface.cNishka Dasgupta
2019-03-18staging: wilc1000: remove unnecessary local variablesHimadri Pandya
2019-02-28staging: wilc1000: fix incorrent type in initializerBo YU
2019-02-26staging: wilc1000: fix incorrent type assignmentBo YU
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: avoid use of 'hif_deinit_lock' static variableAjay Singh
2019-02-07staging: wilc1000: refactor code to use cookie informationAjay Singh
2019-02-07staging: wilc1000: remove use of 'terminated_handle' static variableAjay Singh
2019-02-04staging: wilc1000: rename timeout related macrosAjay 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: make use of get_unaligned_le16/le32 to pack dataAjay Singh
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-17staging: wilc1000: fix NULL dereference inside wilc_scan()Ajay Singh
2018-12-05staging: wilc1000: handle scan operation callback from cfg80211 contextAjay Singh
2018-12-05staging: wilc1000: avoid extra buffer copy while connect cfg opsAjay Singh
2018-12-05staging: wilc1000: handle connect ops callback from cfg80211 contextAjay Singh
2018-12-05staging: wilc1000: avoid deferred handling of cfg80211 disconnect callbackAjay Singh
2018-12-05staging: wilc1000: handle get_station() ops callback in cfg80211 contextAjay Singh
2018-12-05staging: wilc1000: handle remain on channel cfg ops from cfg80211 contextAjay Singh
2018-12-05staging: wilc1000: use correct 'struct remain_ch' variable in scan completeAjay Singh
2018-12-05staging: wilc1000: refactor wilc_get_mac_address() to avoid deferred handlingAjay Singh
2018-12-05staging: wilc1000: delete the unused code after code refactorAjay Singh
2018-12-05staging: wilc1000: handle key related cfg operation from cfg80211 contextAjay Singh
2018-12-05staging: wilc1000: refactor wilc_get_inactive_time() to avoid deferred handlingAjay Singh
2018-12-05staging: wilc1000: refactor wilc_set_wfi_drv_handler() to avoid deferred hand...Ajay Singh
2018-12-05staging: wilc1000: refactor wilc_set_operation_mode() to avoid deferred handlingAjay Singh
2018-12-05staging: wilc1000: handle station dump cfg ops from cfg80211 contextAjay Singh
2018-12-05staging: wilc1000: refactor wilc_hif_set_cfg() to avoid deferred handlingAjay Singh
2018-12-05staging: wilc1000: refactor wilc_set_mac_chnl_num() to avoid deferred handlingAjay Singh
2018-12-05staging: wilc1000: handle mgmt_frame_register ops from cfg82011 contextAjay Singh
2018-12-05staging: wilc1000: handle add beacon operation callback from cfg80211 contextAjay Singh