summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000
Commit message (Expand)AuthorAgeFilesLines
* staging: wilc1000: fix to set correct value for 'vif_num'Ajay Singh2019-03-101-2/+2
* staging: wilc1000: fix missing read_write setting when reading dataColin Ian King2019-01-091-0/+1
* staging: wilc1000: revert "fix TODO to compile spi and sdio components in sin...Arnd Bergmann2018-08-275-8/+16
* staging: wilc1000: remove TODO item for comments and code styleAjay Singh2018-08-051-1/+0Star
* staging: wilc1000: replace ISWILC1000() macro with inline functionAjay Singh2018-08-052-4/+7
* staging: wilc1000: added Microchip copyright notice headerAjay Singh2018-08-0517-38/+73
* staging: wilc1000: fix compilation warning for ARCH PowerPCAjay Singh2018-08-022-3/+3
* staging: wilc1000: fix endianness warnings reported by sparseAjay Singh2018-08-026-25/+27
* staging: wilc1000: use 'u16' data type for config id parameterAjay Singh2018-08-021-2/+2
* staging: wilc1000: refactor wilc_wlan_handle_isr_ext to avoid goto statementAjay Singh2018-08-021-24/+21Star
* staging: wilc1000: rename 'rcvd_ch_cnt' element in 'user_scan_req' structAjay Singh2018-08-022-7/+7
* staging: wilc1000: added comments for 'hif_cs' mutex lockAjay Singh2018-08-021-0/+1
* staging: wilc1000: modified debug log messages descriptionAjay Singh2018-08-023-76/+80
* staging: wilc1000: remove unnecessary comments and comments descriptionAjay Singh2018-08-028-46/+11Star
* staging: wilc1000: fix TODO to compile spi and sdio components in single moduleAjay Singh2018-08-026-17/+8Star
* staging: wilc1000: use descriptor-based interface for GPIOAjay Singh2018-07-247-43/+108
* staging: wilc1000: change compatible string from atmel to microchipAjay Singh2018-07-242-9/+16
* staging: wilc1000: rename variable from 'gpio' to 'gpio_irq'Ajay Singh2018-07-244-11/+12
* staging: wilc1000: remove gpio parameter from wilc_netdev_init()Ajay Singh2018-07-244-6/+6
* staging: wilc1000: move variable assignment along with its declarationAjay Singh2018-07-214-284/+118Star
* staging: wilc1000: remove unnecessary 'NULL' check from cfg80211_ops callbacksAjay Singh2018-07-211-15/+0Star
* staging: wilc1000: use 'int' inplace of 's32' date typeAjay Singh2018-07-212-38/+38
* staging: wilc1000: avoid setting default value for variable at declarationAjay Singh2018-07-213-88/+79Star
* staging: wilc1000: avoid forward declaration of host_int_parse_join_bss_param()Ajay Singh2018-07-211-167/+166Star
* staging: wilc1000: avoid host_int_get_assoc_res_info() forward declarationAjay Singh2018-07-211-26/+21Star
* staging: wilc1000: avoid forward declaration for handle_scan_done()Ajay Singh2018-07-211-39/+38Star
* staging: wilc1000: remove unnecessary type used for wid idAjay Singh2018-07-211-42/+42
* staging: wilc1000: use single space before opening brances '{'Ajay Singh2018-07-214-6/+6
* staging: wilc1000: remove unnecessary blank line between variable declarationAjay Singh2018-07-213-6/+0Star
* staging: wilc1000: use lowercase for 'IFC_UP' struct element nameAjay Singh2018-07-213-5/+5
* staging: wilc1000: remove the mutliple #define used for same macroAjay Singh2018-07-214-9/+5Star
* staging: wilc1000: removed unused element from wilc_cfg_frame structAjay Singh2018-07-211-3/+0Star
* staging: wilc1000: remove unnecessary elements from 'wilc_priv' structAjay Singh2018-07-212-11/+0Star
* staging: wilc1000: remove unused elements in 'wilc' structAjay Singh2018-07-212-10/+0Star
* staging: wilc1000: rename enum AUTHTYPE to use lowercaseAjay Singh2018-07-214-9/+9
* staging: wilc1000: rename enum SITESURVEY to use lowercaseAjay Singh2018-07-213-3/+3
* staging: wilc1000: rename enum CURRENT_TXRATE to use lowercaseAjay Singh2018-07-212-3/+3
* staging: wilc1000: rename goto to avoid leading '_' in label nameAjay Singh2018-07-212-6/+6
* staging: wilc1000: remove extra enums defined for ieee80211_eidAjay Singh2018-07-213-64/+12Star
* staging: wilc1000: remove extra enum defined for data ratesAjay Singh2018-07-212-17/+1Star
* staging: wilc1000: remove enum connect_status instead use ieee80211_statuscodeAjay Singh2018-07-214-25/+7Star
* staging: wilc1000: remove unused enum declarationAjay Singh2018-07-213-40/+0Star
* staging: wilc1000: fix static checker warning to unlock mutex in wilc_deinit()Ajay Singh2018-07-061-9/+9
* staging: use BIT_ULL for NL80211_STA_INFO_* attribute typesOmer Efrat2018-06-281-7/+7
* staging: wilc1000: updated TODO fileAjay Singh2018-06-281-5/+0Star
* staging: wilc1000: avoid use of static variable 'rssi'Ajay Singh2018-06-281-3/+9
* staging: wilc1000: avoid use of static variable 'inactive_time'Ajay Singh2018-06-281-3/+3
* staging: wilc1000: handle freeing of 'key' & 'seq' data in wilc_add_rx_gtk()Ajay Singh2018-06-281-4/+0Star
* staging: wilc1000: handle freeing of key data in wilc_add_ptk()Ajay Singh2018-06-281-3/+0Star
* staging: wilc1000: handle freeing of key data in wep add keyAjay Singh2018-06-281-7/+0Star