summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000
Commit message (Expand)AuthorAgeFilesLines
...
* staging: wilc1000: make use of iface type to identify p2p interfaceAjay Singh2019-02-042-14/+6Star
* staging: wilc1000: rename timeout related macrosAjay Singh2019-02-044-9/+9
* staging: wilc1000: remove unnecessary debug log messagesAjay Singh2019-02-041-31/+0Star
* staging: wilc1000: remove redundant macros for radiotapAjay Singh2019-02-041-3/+0Star
* staging: wilc1000: remove conditional lock in wilc_wfi_deinit_mon_interface()Ajay Singh2019-02-042-22/+8Star
* staging: wilc1000: avoid the use of 'wilc_wfi_mon' static variableAjay Singh2019-02-045-33/+34
* staging: wilc1000: remove redundant reset of station statisticsAdham Abozaeid2019-01-301-20/+2Star
* Merge 5.0-rc4 into staging-nextGreg Kroah-Hartman2019-01-282-6/+6
|\
| * Staging: wilc1000: unlock on error in init_chip()Dan Carpenter2019-01-151-3/+4
| * staging: wilc1000: fix memory leak in wilc_add_rx_gtkGustavo A. R. Silva2019-01-151-2/+1Star
| * staging: wilc1000: fix registration frame sizeJĂșlius Milan2019-01-151-1/+1
* | staging: wilc1000: avoid the use of typedef for function pointersAjay Singh2019-01-185-28/+26Star
* | staging: wilc1000: refactor handle_set_mcast_filter()Ajay Singh2019-01-183-25/+20Star
* | staging: wilc1000: remove 'disconnect_info' structureAjay Singh2019-01-183-33/+12Star
* | staging: wilc1000: refactor information message parsing logicAjay Singh2019-01-181-50/+16Star
* | staging: wilc1000: use single struct for 'connect' related parametersAjay Singh2019-01-183-204/+84Star
* | staging: wilc1000: rename hidden_network related data structureAjay Singh2019-01-183-38/+38
* | staging: wilc1000: use struct to pack join parameters for FWAjay Singh2019-01-184-283/+142Star
* | staging: wilc1000: corrected order to pack join param bufferAjay Singh2019-01-181-4/+1Star
* | staging: wilc1000: make use of cfg80211_inform_bss_frame()Ajay Singh2019-01-183-150/+50Star
* | staging: wilc1000: remove the use of scan shadow bufferAjay Singh2019-01-184-394/+86Star
* | staging: wilc1000: use 'struct' to pack cfg header frame in wilc_wlan_cfg_com...Ajay Singh2019-01-183-20/+21
* | staging: wilc1000: refactor wilc_wlan_set_bssid()Ajay Singh2019-01-182-12/+10Star
* | staging: wilc1000: make use of get_unaligned_le16/le32 to pack dataAjay Singh2019-01-182-26/+16Star
* | staging: wilc1000: remove set but not used variable 'msa'YueHaibing2019-01-151-2/+1Star
* | staging: wilc1000: make function wilc_get_stats_async staticMarko Stankovic2019-01-071-1/+1
|/
* staging: wilc1000: fix missing read_write setting when reading dataColin Ian King2018-12-201-0/+1
* staging: wilc1000: fix NULL dereference inside wilc_scan()Ajay Singh2018-12-171-22/+26
* staging: wilc1000: correct inconsistent indentingMichael Straube2018-12-051-6/+5Star
* staging: wilc1000: handle scan operation callback from cfg80211 contextAjay Singh2018-12-052-123/+33Star
* staging: wilc1000: avoid extra buffer copy while connect cfg opsAjay Singh2018-12-053-112/+21Star
* staging: wilc1000: handle connect ops callback from cfg80211 contextAjay Singh2018-12-051-60/+44Star
* staging: wilc1000: avoid deferred handling of cfg80211 disconnect callbackAjay Singh2018-12-053-37/+6Star
* staging: wilc1000: handle get_station() ops callback in cfg80211 contextAjay Singh2018-12-053-22/+21Star
* staging: wilc1000: handle remain on channel cfg ops from cfg80211 contextAjay Singh2018-12-051-25/+11Star
* staging: wilc1000: use correct 'struct remain_ch' variable in scan completeAjay Singh2018-12-051-1/+2
* staging: wilc1000: refactor wilc_get_mac_address() to avoid deferred handlingAjay Singh2018-12-052-39/+8Star
* staging: wilc1000: delete the unused code after code refactorAjay Singh2018-12-052-58/+0Star
* staging: wilc1000: handle key related cfg operation from cfg80211 contextAjay Singh2018-12-054-506/+204Star
* staging: wilc1000: refactor wilc_get_inactive_time() to avoid deferred handlingAjay Singh2018-12-051-68/+23Star
* staging: wilc1000: refactor wilc_set_wfi_drv_handler() to avoid deferred hand...Ajay Singh2018-12-054-72/+23Star
* staging: wilc1000: refactor wilc_set_operation_mode() to avoid deferred handlingAjay Singh2018-12-052-37/+16Star
* staging: wilc1000: handle station dump cfg ops from cfg80211 contextAjay Singh2018-12-052-43/+13Star
* staging: wilc1000: refactor wilc_hif_set_cfg() to avoid deferred handlingAjay Singh2018-12-051-63/+32Star
* staging: wilc1000: refactor wilc_set_mac_chnl_num() to avoid deferred handlingAjay Singh2018-12-051-37/+9Star
* staging: wilc1000: handle mgmt_frame_register ops from cfg82011 contextAjay Singh2018-12-052-54/+22Star
* staging: wilc1000: handle add beacon operation callback from cfg80211 contextAjay Singh2018-12-053-108/+32Star
* staging: wilc1000: handle delete beacon cfg ops from cfg80211 context()Ajay Singh2018-12-051-29/+10Star
* staging: wilc1000: use is_zero_ether_addr() API to check mac addressAjay Singh2018-12-052-4/+2Star
* staging: wilc1000: handle delete station related callback ops from cfg80211 c...Ajay Singh2018-12-051-114/+33Star