summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000
Commit message (Expand)AuthorAgeFilesLines
...
* staging: wilc1000: change return type to 'void' for wilc_frame_register()Ajay Singh2018-09-252-5/+3Star
* staging: wilc1000: Remove unnecessary pointer checkNathan Chancellor2018-09-251-3/+0Star
* Merge 4.19-rc4 into staging-nextGreg Kroah-Hartman2018-09-165-8/+16
|\
| * staging: wilc1000: revert "fix TODO to compile spi and sdio components in sin...Arnd Bergmann2018-08-275-8/+16
* | staging: wilc1000: fix null checks on wilcColin Ian King2018-09-141-3/+6
* | staging: wilc1000: remove handle_hif_exit_work() functionAjay Singh2018-09-101-8/+0Star
* | staging: wilc1000: refactor wilc_netdev_init() to handle memory free in error...Ajay Singh2018-09-102-12/+30
* | staging: wilc1000: refactor code to move initilization in wilc_netdev_init()Ajay Singh2018-09-102-23/+8Star
* | staging: wilc1000: remove unnecessary static variable 'p2p_listen_state'Ajay Singh2018-09-101-4/+2Star
* | staging: wilc1000: move 'wilc_connecting' static variable to 'wilc_vif' structAjay Singh2018-09-104-14/+11Star
* | staging: wilc1000: move 'chip_ps_state' static variable as part of 'wilc' structAjay Singh2018-09-103-6/+6
* | staging: wilc1000: remove unused code to set and get IP addressAjay Singh2018-09-103-111/+0Star
* | staging: wilc1000: use short names to fix over 80 issue in tcp_process()Ajay Singh2018-09-103-21/+21
* | staging: wilc1000: avoid line over 80 chars in wilc_wlan_txq_filter_dup_tcp_a...Ajay Singh2018-09-101-5/+6
* | staging: wilc1000: move tcp_ack_filter algo related variables to 'wilc_vif' s...Ajay Singh2018-09-105-67/+77
* | staging: wilc1000: use lowercase for get_BSSID() and HIL variableAjay Singh2018-09-102-6/+6
* | staging: wilc1000: refactor tcp_process() to avoid extra leading tabsAjay Singh2018-09-101-24/+28
* | staging: wilc1000: move 'rcv_assoc_resp' as part of hif_drvAjay Singh2018-09-102-5/+4Star
* | staging: wilc1000: rename 'dummy_statistics' variable to 'periodic_stat'Ajay Singh2018-09-102-2/+2
* | staging: wilc1000: move 'periodic_rssi' as part of 'wilc_vif' structAjay Singh2018-09-102-12/+10Star
* | staging: wilc1000: move hif_workqueue static variables to 'wilc' structureAjay Singh2018-09-102-5/+9
* | staging: wilc1000: refactor code to avoid use of wilc_set_multicast_list globalAjay Singh2018-09-103-21/+25
* | staging: wilc1000: move static variable clients_count to 'wilc' structureAjay Singh2018-09-102-5/+5
* | staging: wilc1000: avoid use of extra 'if' condition in wilc_init()Ajay Singh2018-09-101-2/+0Star
* | staging: wilc1000: remove unused variable 'op_ifcs'Ajay Singh2018-09-101-5/+0Star
* | staging: wilc1000: move during_ip_timer & wilc_optaining_ip to 'wilc_vif' structAjay Singh2018-09-105-25/+24Star
* | staging: wilc1000: moved last_scanned_shadow & last_scanned_cnt to wilc_priv ...Ajay Singh2018-09-102-55/+52Star
* | staging: wilc1000: remove unnecessary NULL check in clear_shadow_scan()Ajay Singh2018-09-101-4/+2Star
* | staging: wilc1000: fix to use correct index to free scanned info in clear_sha...Ajay Singh2018-09-101-2/+2
* | staging: wilc1000: move 'aging_timer' static variable to wilc_priv structAjay Singh2018-09-102-13/+14
* | staging: wilc1000: move 'wilc_enable_ps' global variable into 'wilc' structAjay Singh2018-09-104-9/+8Star
|/
* 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