aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/wilc_wlan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-05staging: wilc1000: replace ISWILC1000() macro with inline functionAjay Singh1-2/+7
2018-08-05staging: wilc1000: added Microchip copyright notice headerAjay Singh1-0/+5
2018-08-02staging: wilc1000: fix endianness warnings reported by sparseAjay Singh1-6/+6
2018-08-02staging: wilc1000: refactor wilc_wlan_handle_isr_ext to avoid goto statementAjay Singh1-24/+21
2018-08-02staging: wilc1000: modified debug log messages descriptionAjay Singh1-6/+3
2018-08-02staging: wilc1000: fix TODO to compile spi and sdio components in single moduleAjay Singh1-6/+0
2018-07-21staging: wilc1000: move variable assignment along with its declarationAjay Singh1-38/+15
2018-07-21staging: wilc1000: use single space before opening brances '{'Ajay Singh1-1/+1
2018-07-21staging: wilc1000: remove unused elements in 'wilc' structAjay Singh1-6/+0
2018-07-21staging: wilc1000: rename goto to avoid leading '_' in label nameAjay Singh1-2/+2
2018-06-28staging: wilc1000: Use common structs to parse ip packetsThibaut Robert1-28/+15
2018-06-17staging: wilc1000: move 'txq_spinlock_flags' from 'wilc' structure to local variableAjay Singh1-2/+3
2018-06-17staging: wilc1000: remove 'rxq_entries' from 'wilc' structAjay Singh1-5/+2
2018-06-17staging: wilc1000: use list_head to maintain 'rxq_entry_t elements in rx queueAjay Singh1-17/+9
2018-06-17staging: wilc1000: use list_head to maintain 'txq_entry_t' elements of tx queueAjay Singh1-45/+16
2018-05-14staging: wilc1000: remove 'flag' argument from wilc_mac_indicate()Ajay Singh1-6/+1
2018-05-03staging: wilc1000: remove unnecessary header file inclusion for wilcAjay Singh1-3/+0
2018-04-25staging: wilc1000: rename goto label '_fail_' linux naming convensionAjay Singh1-8/+8
2018-03-06staging: wilc1000: fix line over 80 char in wilc_wlan_handle_rxq()Ajay Singh1-51/+63
2018-03-06staging: wilc1000: fix line over 80 char in wilc_wlan_cfg_set()Ajay Singh1-18/+19
2018-03-06staging: wilc1000: fix open parenthesis mismatch in wilc_wlan_cfg_get()Ajay Singh1-12/+13
2018-03-01staging: wilc1000: rename WILC_WFI_mgmt_rx() to avoid camelCaseAjay Singh1-1/+1
2018-03-01staging: wilc1000: move multiple definition of same macro to common headerAjay Singh1-4/+0
2018-03-01staging: wilc1000: fix line over 80 char in wilc_wlan_handle_txq()Ajay Singh1-37/+39
2018-03-01staging: wilc1000: rename label _end_ in wilc_wlan_handle_txq()Ajay Singh1-5/+5
2018-03-01staging: wilc1000: remove unnecessary while(0) in wilc_wlan_handle_txq()Ajay Singh1-154/+141
2018-02-16staging: wilc1000: fix line over 80 chars in wilc_wlan_handle_txq()Ajay Singh1-14/+24
2018-02-16staging: wilc1000: fix line over 80 chars in wilc_wlan_txq_filter_dup_tcp_ack()Ajay Singh1-3/+13
2018-02-16staging: wilc1000: fix line over 80 characters in tcp_process()Ajay Singh1-1/+3
2018-02-16staging: wilc1000: fix line over 80 chars in add_tcp_pending_ack()Ajay Singh1-5/+7
2018-01-23staging: wilc1000: remove unnecessary use of parenthesesAjay Singh1-1/+1
2018-01-15staging: wilc1000: removed enum typedef BUS_RELEASE_TAjay Singh1-1/+1
2018-01-15staging: wilc1000: removed enum typedef BUS_ACQUIRE_TAjay Singh1-1/+1
2018-01-15staging: wilc1000: removed enum typedef CHIP_PS_STATE_TAjay Singh1-1/+1
2017-11-28staging: wilc1000: add SPDX identifiers to all wilc100 filesGreg Kroah-Hartman1-0/+1
2017-11-06staging: wilc1000: Fix bssid buffer offset in TxqAditya Shankar1-1/+1
2017-03-07staging: wilc1000: Alignment should match open parenthesisArushi Singhal1-5/+5
2016-10-02staging: wilc1000: remove unnecessary bracesElizabeth Ferdman1-2/+2
2016-10-02staging: wilc1000: wilc_wlan: Compress return logicNamrata A Shettar1-4/+2
2016-09-20staging: wilc1000: Merge assignment with returnRehas Sachdeva1-2/+1
2016-06-25staging: wilc1000: Replace semaphore cfg_event with completionBinoy Jayan1-7/+8
2016-06-25staging: wilc1000: Replace semaphore txq_add_to_head_cs with mutexBinoy Jayan1-7/+4
2016-06-25staging: wilc1000: Replace semaphore txq_event with completionBinoy Jayan1-3/+5
2016-04-28Staging: wilc1000: Freed memory in case of errorClaudiu Beznea1-1/+4
2016-03-29staging: wilc1000: change data type of wid argument in wilc_wlan_cfg_get_valChaehyun Lim1-2/+2
2016-03-29staging: wilc1000: change data type of wid argument in wilc_wlan_cfg_getChaehyun Lim1-3/+2
2016-03-29staging: wilc1000: change data type of wid argument in wilc_wlan_cfg_setChaehyun Lim1-2/+2
2016-03-28staging: wilc1000: else is not generally useful after a break or returnAnchal Jain1-11/+8
2016-03-28staging: wilc1000: removes an unnecessary if-conditionLeo Kim1-2/+0
2016-03-28staging: wilc1000: removes goto definitions from wilc_wlan_firmware_downloadLeo Kim1-6/+2