summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-05staging: wilc1000: remove 'wilc_' prefix from filenamesAjay Singh1-1960/+0
2019-10-29staging: wilc1000: check if device is initialzied before changing vifAdham Abozaeid1-6/+12
2019-10-24staging: wilc1000: handle mgmt frames for both interfaces during concurrent modeAjay Singh1-1/+1
2019-10-24staging: wilc1000: store bss object and use cfg80211_connect_bss()Adham Abozaeid1-6/+14
2019-10-07staging: wilc1000: don't use wdev while setting tx powerAdham Abozaeid1-1/+15
2019-09-30staging: wilc1000: use RCU list to maintain vif interfaces listAjay Singh1-82/+59
2019-09-30staging: wilc1000: move wlan_deinit_locks() in wilc_netdev_cleanup()Ajay Singh1-2/+12
2019-09-30staging: wilc1000: remove unnecessary netdev validation check in del_key()Ajay Singh1-18/+15
2019-08-12Merge 5.3-rc4 into staging-nextGreg Kroah-Hartman1-0/+1
2019-08-02staging: wilc1000: merge drv_handle and operation_mode widsAdham Abozaeid1-13/+13
2019-07-30staging: wilc1000: avoid overriding powersave stateAdham Abozaeid1-14/+1
2019-07-30staging: wilc1000: remove unused membersAdham Abozaeid1-3/+0
2019-07-30staging: wilc1000: remove ip timeout timerAdham Abozaeid1-16/+0
2019-07-25staging: wilc1000: Merge memcpy + le32_to_cpus to get_unaligned_le32Chuhong Yuan1-2/+1
2019-07-25staging: wilc1000: flush the workqueue before deinit the hostAdham Abozaeid1-0/+1
2019-07-01staging: wilc1000: remove use of 'src_addr' element in 'wilc_vif' structAjay Singh1-1/+1
2019-07-01staging: wilc1000: remove use of driver_handler_id & ifc_idAjay Singh1-3/+2
2019-07-01staging: wilc1000: added support to dynamically add/remove interfacesAjay Singh1-188/+347
2019-06-21staging: wilc1000: add passive scan supportAdham Abozaeid1-3/+9
2019-03-27staging: wilc1000: use cfg80211 ssid list instead of repacking itAdham Abozaeid1-66/+3
2019-03-18staging: wilc1000: Fix line over 80 charactersDebleena Sen1-1/+2
2019-02-07staging: wilc1000: add 'wilc_' prefix to have proper namespaceAjay Singh1-11/+11
2019-02-07staging: wilc1000: define p2p related static variable as constantsAjay Singh1-2/+2
2019-02-07staging: wilc1000: move 'curr_channel' static variable in 'wilc' structAjay Singh1-10/+12
2019-02-07staging: wilc1000: move static variable 'wlan_channel' to 'wilc' structAjay Singh1-17/+19
2019-02-07staging: wilc1000: use random number for cookie instead of pointerAjay Singh1-1/+1
2019-02-07staging: wilc1000: refactor code to use cookie informationAjay Singh1-26/+25
2019-02-04staging: wilc1000: refactor scan() cfg80211 ops callbackAjay Singh1-28/+27
2019-02-04staging: wilc1000: make use of iface type to identify p2p interfaceAjay Singh1-13/+6
2019-02-04staging: wilc1000: rename timeout related macrosAjay Singh1-2/+2
2019-02-04staging: wilc1000: avoid the use of 'wilc_wfi_mon' static variableAjay Singh1-1/+2
2019-01-18staging: wilc1000: remove 'disconnect_info' structureAjay Singh1-6/+6
2019-01-18staging: wilc1000: use single struct for 'connect' related parametersAjay Singh1-11/+19
2019-01-18staging: wilc1000: rename hidden_network related data structureAjay Singh1-12/+13
2019-01-18staging: wilc1000: use struct to pack join parameters for FWAjay Singh1-1/+1
2019-01-18staging: wilc1000: make use of cfg80211_inform_bss_frame()Ajay Singh1-28/+14
2019-01-18staging: wilc1000: remove the use of scan shadow bufferAjay Singh1-309/+50
2019-01-18staging: wilc1000: refactor wilc_wlan_set_bssid()Ajay Singh1-11/+5
2018-12-05staging: wilc1000: handle scan operation callback from cfg80211 contextAjay Singh1-4/+9
2018-12-05staging: wilc1000: avoid extra buffer copy while connect cfg opsAjay Singh1-0/+2
2018-12-05staging: wilc1000: avoid deferred handling of cfg80211 disconnect callbackAjay Singh1-1/+1
2018-12-05staging: wilc1000: handle get_station() ops callback in cfg80211 contextAjay Singh1-1/+1
2018-12-05staging: wilc1000: handle key related cfg operation from cfg80211 contextAjay Singh1-2/+2
2018-12-05staging: wilc1000: refactor wilc_set_wfi_drv_handler() to avoid deferred hand...Ajay Singh1-1/+1
2018-12-05staging: wilc1000: handle station dump cfg ops from cfg80211 contextAjay Singh1-1/+4
2018-12-05staging: wilc1000: handle add beacon operation callback from cfg80211 contextAjay Singh1-8/+2
2018-12-05staging: wilc1000: handle add and edit station from the cfg80211 contextAjay Singh1-33/+2
2018-12-05staging: wilc1000: avoid the use of the static variable to configure wiphy st...Ajay Singh1-72/+20
2018-11-12staging: wilc1000: rename tsf_hi element of network_info structAjay Singh1-3/+3
2018-11-12staging: wilc1000: added 'WILC_' prefix for constants to have clear namespaceAjay Singh1-28/+28