aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/host_interface.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-01staging: wilc1000: rename 'host_interface' source and headerAjay Singh1-2089/+0
2019-07-01staging: wilc1000: remove extra argument passing to wilc_send_config_pkt()Ajay Singh1-79/+37
2019-07-01staging: wilc1000: remove unnecessary loop to traverse vif interfacesAjay Singh1-6/+1
2019-07-01staging: wilc1000: remove use of driver_handler_id & ifc_idAjay Singh1-2/+1
2019-07-01staging: wilc1000: handle p2p operations in caller contextAjay Singh1-29/+17
2019-06-21staging: wilc1000: add passive scan supportAdham Abozaeid1-3/+15
2019-04-16staging: wilc1000: fix spelling mistake "dissconect" -> "disconnect"Colin Ian King1-1/+1
2019-03-29staging: wilc1000: assign scan result callback before starting the scanAdham Abozaeid1-2/+3
2019-03-27staging: wilc1000: use cfg80211 ssid list instead of repacking itAdham Abozaeid1-17/+15
2019-03-22staging: wilc1000: Remove return variable from host_interface.cNishka Dasgupta1-14/+6
2019-03-18staging: wilc1000: remove unnecessary local variablesHimadri Pandya1-9/+3
2019-02-28staging: wilc1000: fix incorrent type in initializerBo YU1-1/+1
2019-02-26staging: wilc1000: fix incorrent type assignmentBo YU1-2/+2
2019-02-07staging: wilc1000: move macro and function prototype from wilc_wlan_if.h fileAjay Singh1-0/+1
2019-02-07staging: wilc1000: add 'wilc_' prefix to have proper namespaceAjay Singh1-27/+27
2019-02-07staging: wilc1000: avoid use of 'hif_deinit_lock' static variableAjay Singh1-11/+9
2019-02-07staging: wilc1000: refactor code to use cookie informationAjay Singh1-50/+22
2019-02-07staging: wilc1000: remove use of 'terminated_handle' static variableAjay Singh1-8/+7
2019-02-04staging: wilc1000: rename timeout related macrosAjay Singh1-4/+4
2019-01-30staging: wilc1000: remove redundant reset of station statisticsAdham Abozaeid1-20/+2
2019-01-28Merge 5.0-rc4 into staging-nextGreg Kroah-Hartman1-3/+2
2019-01-18staging: wilc1000: avoid the use of typedef for function pointersAjay Singh1-6/+7
2019-01-18staging: wilc1000: refactor handle_set_mcast_filter()Ajay Singh1-21/+16
2019-01-18staging: wilc1000: remove 'disconnect_info' structureAjay Singh1-19/+5
2019-01-18staging: wilc1000: refactor information message parsing logicAjay Singh1-50/+16
2019-01-18staging: wilc1000: use single struct for 'connect' related parametersAjay Singh1-164/+53
2019-01-18staging: wilc1000: rename hidden_network related data structureAjay Singh1-21/+19
2019-01-18staging: wilc1000: use struct to pack join parameters for FWAjay Singh1-265/+139
2019-01-18staging: wilc1000: corrected order to pack join param bufferAjay Singh1-4/+1
2019-01-18staging: wilc1000: make use of cfg80211_inform_bss_frame()Ajay Singh1-116/+28
2019-01-18staging: wilc1000: remove the use of scan shadow bufferAjay Singh1-60/+34
2019-01-18staging: wilc1000: make use of get_unaligned_le16/le32 to pack dataAjay Singh1-12/+3
2019-01-15staging: wilc1000: fix memory leak in wilc_add_rx_gtkGustavo A. R. Silva1-2/+1
2019-01-15staging: wilc1000: fix registration frame sizeJĂșlius Milan1-1/+1
2019-01-15staging: wilc1000: remove set but not used variable 'msa'YueHaibing1-2/+1
2019-01-07staging: wilc1000: make function wilc_get_stats_async staticMarko Stankovic1-1/+1
2018-12-17staging: wilc1000: fix NULL dereference inside wilc_scan()Ajay Singh1-22/+26
2018-12-05staging: wilc1000: handle scan operation callback from cfg80211 contextAjay Singh1-119/+24
2018-12-05staging: wilc1000: avoid extra buffer copy while connect cfg opsAjay Singh1-112/+17
2018-12-05staging: wilc1000: handle connect ops callback from cfg80211 contextAjay Singh1-60/+44
2018-12-05staging: wilc1000: avoid deferred handling of cfg80211 disconnect callbackAjay Singh1-35/+4
2018-12-05staging: wilc1000: handle get_station() ops callback in cfg80211 contextAjay Singh1-19/+19
2018-12-05staging: wilc1000: handle remain on channel cfg ops from cfg80211 contextAjay Singh1-25/+11
2018-12-05staging: wilc1000: use correct 'struct remain_ch' variable in scan completeAjay Singh1-1/+2
2018-12-05staging: wilc1000: refactor wilc_get_mac_address() to avoid deferred handlingAjay Singh1-35/+8
2018-12-05staging: wilc1000: delete the unused code after code refactorAjay Singh1-31/+0
2018-12-05staging: wilc1000: handle key related cfg operation from cfg80211 contextAjay Singh1-496/+195
2018-12-05staging: wilc1000: refactor wilc_get_inactive_time() to avoid deferred handlingAjay Singh1-68/+23
2018-12-05staging: wilc1000: refactor wilc_set_wfi_drv_handler() to avoid deferred handlingAjay Singh1-62/+20
2018-12-05staging: wilc1000: refactor wilc_set_operation_mode() to avoid deferred handlingAjay Singh1-33/+16