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