summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000
Commit message (Expand)AuthorAgeFilesLines
* staging: wilc1000: avoid mutex unlock without lock in wilc_wlan_handle_txq()Ajay Singh2020-01-233-6/+12
* staging: wilc1000: return zero on success and non-zero on function failureAjay Singh2020-01-234-239/+197
* staging: wilc1000: remove unused code prior to throughput enhancement in SPIAjay Singh2020-01-221-139/+4
* staging: wilc1000: added 'wilc_' prefix for 'struct assoc_resp' nameAjay Singh2020-01-222-2/+2
* staging: wilc1000: move firmware API struct's to separate header fileAjay Singh2020-01-225-108/+120
* staging: wilc1000: remove use of infinite loop conditionsAjay Singh2020-01-223-146/+84
* staging: wilc1000: remove redundant assignment to variable resultColin Ian King2020-01-151-2/+2
* staging: wilc1000: use GENMASK to extract wid typeAjay Singh2019-12-102-4/+5
* staging: wilc1000: use kernel provided struct cast to extract mac headerAjay Singh2019-12-101-6/+3
* staging: wilc1000: remove unused compile time featurizationAjay Singh2019-12-101-23/+0
* staging: wilc1000: fix illegal memory access in wilc_parse_join_bss_param()Ajay Singh2019-11-111-10/+15
* staging: wilc1000: use defines for msg types received from firmwareAjay Singh2019-11-051-11/+9
* staging: wilc1000: added proper spacing for commentsAjay Singh2019-11-055-12/+21
* staging: wilc1000: avoid use of C++ style commentsAjay Singh2019-11-051-1/+1
* staging: wilc1000: added 'WILC_' prefix in header guard macroAjay Singh2019-11-053-6/+6
* staging: wilc1000: remove 'wilc_' prefix from filenamesAjay Singh2019-11-0515-24/+24
* staging: wilc1000: avoid 'bool' datatype in struct sent to firmwareAjay Singh2019-11-051-2/+4
* 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-242-8/+5
* staging: wilc1000: potential corruption in wilc_parse_join_bss_param()Dan Carpenter2019-10-241-0/+2
* staging: wilc1000: store bss object and use cfg80211_connect_bss()Adham Abozaeid2019-10-242-6/+15
* staging: wilc1000: don't use wdev while setting tx powerAdham Abozaeid2019-10-071-1/+15
* staging: wilc1000: look for rtc_clk clock in spi modeAdham Abozaeid2019-09-301-0/+11
* staging: wilc1000: use RCU list to maintain vif interfaces listAjay Singh2019-09-305-123/+148
* staging: wilc1000: move wlan_deinit_locks() in wilc_netdev_cleanup()Ajay Singh2019-09-303-15/+14
* staging: wilc1000: remove unnecessary netdev validation check in del_key()Ajay Singh2019-09-301-18/+15
* staging: wilc1000: avoid twice IRQ handler execution for each single interruptAjay Singh2019-09-121-1/+1
* staging: wilc1000: remove unused interrupt status handling codeAjay Singh2019-09-122-34/+2
* staging: wilc1000: look for rtc_clk clockEugen Hristev2019-09-122-0/+15
* staging: dt-bindings: wilc1000: add optional rtc_clk propertyEugen Hristev2019-09-122-1/+15
* staging: wilc1000: return kernel error codes from wilc_wlan_stopAdham Abozaeid2019-08-121-5/+5
* staging: wilc1000: Don't reset WILC CPU disgracefullyAdham Abozaeid2019-08-123-60/+24
* 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: use helper API to pack data for firmwareAjay Singh2019-08-081-56/+18
* | staging: wilc1000: remove unused functionAdham Abozaeid2019-08-022-10/+0
* | staging: wilc1000: merge drv_handle and operation_mode widsAdham Abozaeid2019-08-025-51/+21
* | staging: wilc1000: remove manual sleep modeAdham Abozaeid2019-07-304-23/+1
* | staging: wilc1000: apply power management regardless of open interfacesAdham Abozaeid2019-07-301-3/+0
* | staging: wilc1000: avoid overriding powersave stateAdham Abozaeid2019-07-303-24/+3
* | staging: wilc1000: remove unused membersAdham Abozaeid2019-07-303-11/+2
* | staging: wilc1000: remove ip timeout timerAdham Abozaeid2019-07-302-18/+0
* | staging: wilc1000: remove inetaddr notifierAdham Abozaeid2019-07-301-65/+0
* | staging: wilc1000: Merge memcpy + le32_to_cpus to get_unaligned_le32Chuhong Yuan2019-07-253-10/+5
* | staging: wilc1000: Replace function wilc_wlan_cfg_get_val()Nishka Dasgupta2019-07-225-11/+5
|/
* staging: wilc1000: rename 'host_interface' source and headerAjay Singh2019-07-014-2/+2
* staging: wilc1000: remove extra argument passing to wilc_send_config_pkt()Ajay Singh2019-07-013-81/+40
* staging: wilc1000: remove use of 'src_addr' element in 'wilc_vif' structAjay Singh2019-07-013-4/+2
* staging: wilc1000: remove unnecessary loop to traverse vif interfacesAjay Singh2019-07-012-17/+6
* staging: wilc1000: remove use of driver_handler_id & ifc_idAjay Singh2019-07-015-9/+4
OpenPOWER on IntegriCloud