aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000 (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-05staging: wilc1000: remove TODO item for comments and code styleAjay Singh1-1/+0
2018-08-05staging: wilc1000: replace ISWILC1000() macro with inline functionAjay Singh2-4/+7
2018-08-05staging: wilc1000: added Microchip copyright notice headerAjay Singh17-38/+73
2018-08-02staging: wilc1000: fix compilation warning for ARCH PowerPCAjay Singh2-3/+3
2018-08-02staging: wilc1000: fix endianness warnings reported by sparseAjay Singh6-25/+27
2018-08-02staging: wilc1000: use 'u16' data type for config id parameterAjay Singh1-2/+2
2018-08-02staging: wilc1000: refactor wilc_wlan_handle_isr_ext to avoid goto statementAjay Singh1-24/+21
2018-08-02staging: wilc1000: rename 'rcvd_ch_cnt' element in 'user_scan_req' structAjay Singh2-7/+7
2018-08-02staging: wilc1000: added comments for 'hif_cs' mutex lockAjay Singh1-0/+1
2018-08-02staging: wilc1000: modified debug log messages descriptionAjay Singh3-76/+80
2018-08-02staging: wilc1000: remove unnecessary comments and comments descriptionAjay Singh8-46/+11
2018-08-02staging: wilc1000: fix TODO to compile spi and sdio components in single moduleAjay Singh6-17/+8
2018-07-24staging: wilc1000: use descriptor-based interface for GPIOAjay Singh7-43/+108
2018-07-24staging: wilc1000: change compatible string from atmel to microchipAjay Singh2-9/+16
2018-07-24staging: wilc1000: rename variable from 'gpio' to 'gpio_irq'Ajay Singh4-11/+12
2018-07-24staging: wilc1000: remove gpio parameter from wilc_netdev_init()Ajay Singh4-6/+6
2018-07-21staging: wilc1000: move variable assignment along with its declarationAjay Singh4-284/+118
2018-07-21staging: wilc1000: remove unnecessary 'NULL' check from cfg80211_ops callbacksAjay Singh1-15/+0
2018-07-21staging: wilc1000: use 'int' inplace of 's32' date typeAjay Singh2-38/+38
2018-07-21staging: wilc1000: avoid setting default value for variable at declarationAjay Singh3-88/+79
2018-07-21staging: wilc1000: avoid forward declaration of host_int_parse_join_bss_param()Ajay Singh1-167/+166
2018-07-21staging: wilc1000: avoid host_int_get_assoc_res_info() forward declarationAjay Singh1-26/+21
2018-07-21staging: wilc1000: avoid forward declaration for handle_scan_done()Ajay Singh1-39/+38
2018-07-21staging: wilc1000: remove unnecessary type used for wid idAjay Singh1-42/+42
2018-07-21staging: wilc1000: use single space before opening brances '{'Ajay Singh4-6/+6
2018-07-21staging: wilc1000: remove unnecessary blank line between variable declarationAjay Singh3-6/+0
2018-07-21staging: wilc1000: use lowercase for 'IFC_UP' struct element nameAjay Singh3-5/+5
2018-07-21staging: wilc1000: remove the mutliple #define used for same macroAjay Singh4-9/+5
2018-07-21staging: wilc1000: removed unused element from wilc_cfg_frame structAjay Singh1-3/+0
2018-07-21staging: wilc1000: remove unnecessary elements from 'wilc_priv' structAjay Singh2-11/+0
2018-07-21staging: wilc1000: remove unused elements in 'wilc' structAjay Singh2-10/+0
2018-07-21staging: wilc1000: rename enum AUTHTYPE to use lowercaseAjay Singh4-9/+9
2018-07-21staging: wilc1000: rename enum SITESURVEY to use lowercaseAjay Singh3-3/+3
2018-07-21staging: wilc1000: rename enum CURRENT_TXRATE to use lowercaseAjay Singh2-3/+3
2018-07-21staging: wilc1000: rename goto to avoid leading '_' in label nameAjay Singh2-6/+6
2018-07-21staging: wilc1000: remove extra enums defined for ieee80211_eidAjay Singh3-64/+12
2018-07-21staging: wilc1000: remove extra enum defined for data ratesAjay Singh2-17/+1
2018-07-21staging: wilc1000: remove enum connect_status instead use ieee80211_statuscodeAjay Singh4-25/+7
2018-07-21staging: wilc1000: remove unused enum declarationAjay Singh3-40/+0
2018-07-06staging: wilc1000: fix static checker warning to unlock mutex in wilc_deinit()Ajay Singh1-9/+9
2018-06-28staging: use BIT_ULL for NL80211_STA_INFO_* attribute typesOmer Efrat1-7/+7
2018-06-28staging: wilc1000: updated TODO fileAjay Singh1-5/+0
2018-06-28staging: wilc1000: avoid use of static variable 'rssi'Ajay Singh1-3/+9
2018-06-28staging: wilc1000: avoid use of static variable 'inactive_time'Ajay Singh1-3/+3
2018-06-28staging: wilc1000: handle freeing of 'key' & 'seq' data in wilc_add_rx_gtk()Ajay Singh1-4/+0
2018-06-28staging: wilc1000: handle freeing of key data in wilc_add_ptk()Ajay Singh1-3/+0
2018-06-28staging: wilc1000: handle freeing of key data in wep add keyAjay Singh1-7/+0
2018-06-28staging: wilc1000: rename wilc_enqueue_cmd() to wilc_enqueue_work()Ajay Singh1-48/+42
2018-06-28staging: wilc1000: remove 'hif_thread_comp' completionsAjay Singh1-35/+0
2018-06-28staging: wilc1000: added 'work_comp' completion as part of host_if_msgAjay Singh3-133/+132