summaryrefslogtreecommitdiff
path: root/drivers/staging/wilc1000/wilc_wlan.c
AgeCommit message (Expand)Author
2018-08-27staging: wilc1000: revert "fix TODO to compile spi and sdio components in sin...Arnd Bergmann
2018-08-05staging: wilc1000: replace ISWILC1000() macro with inline functionAjay Singh
2018-08-05staging: wilc1000: added Microchip copyright notice headerAjay Singh
2018-08-02staging: wilc1000: fix endianness warnings reported by sparseAjay Singh
2018-08-02staging: wilc1000: refactor wilc_wlan_handle_isr_ext to avoid goto statementAjay Singh
2018-08-02staging: wilc1000: modified debug log messages descriptionAjay Singh
2018-08-02staging: wilc1000: fix TODO to compile spi and sdio components in single moduleAjay Singh
2018-07-21staging: wilc1000: move variable assignment along with its declarationAjay Singh
2018-07-21staging: wilc1000: use single space before opening brances '{'Ajay Singh
2018-07-21staging: wilc1000: remove unused elements in 'wilc' structAjay Singh
2018-07-21staging: wilc1000: rename goto to avoid leading '_' in label nameAjay Singh
2018-06-28staging: wilc1000: Use common structs to parse ip packetsThibaut Robert
2018-06-17staging: wilc1000: move 'txq_spinlock_flags' from 'wilc' structure to local v...Ajay Singh
2018-06-17staging: wilc1000: remove 'rxq_entries' from 'wilc' structAjay Singh
2018-06-17staging: wilc1000: use list_head to maintain 'rxq_entry_t elements in rx queueAjay Singh
2018-06-17staging: wilc1000: use list_head to maintain 'txq_entry_t' elements of tx queueAjay Singh
2018-05-14staging: wilc1000: remove 'flag' argument from wilc_mac_indicate()Ajay Singh
2018-05-03staging: wilc1000: remove unnecessary header file inclusion for wilcAjay Singh
2018-04-25staging: wilc1000: rename goto label '_fail_' linux naming convensionAjay Singh
2018-03-06staging: wilc1000: fix line over 80 char in wilc_wlan_handle_rxq()Ajay Singh
2018-03-06staging: wilc1000: fix line over 80 char in wilc_wlan_cfg_set()Ajay Singh
2018-03-06staging: wilc1000: fix open parenthesis mismatch in wilc_wlan_cfg_get()Ajay Singh
2018-03-01staging: wilc1000: rename WILC_WFI_mgmt_rx() to avoid camelCaseAjay Singh
2018-03-01staging: wilc1000: move multiple definition of same macro to common headerAjay Singh
2018-03-01staging: wilc1000: fix line over 80 char in wilc_wlan_handle_txq()Ajay Singh
2018-03-01staging: wilc1000: rename label _end_ in wilc_wlan_handle_txq()Ajay Singh
2018-03-01staging: wilc1000: remove unnecessary while(0) in wilc_wlan_handle_txq()Ajay Singh
2018-02-16staging: wilc1000: fix line over 80 chars in wilc_wlan_handle_txq()Ajay Singh
2018-02-16staging: wilc1000: fix line over 80 chars in wilc_wlan_txq_filter_dup_tcp_ack()Ajay Singh
2018-02-16staging: wilc1000: fix line over 80 characters in tcp_process()Ajay Singh
2018-02-16staging: wilc1000: fix line over 80 chars in add_tcp_pending_ack()Ajay Singh
2018-01-23staging: wilc1000: remove unnecessary use of parenthesesAjay Singh
2018-01-15staging: wilc1000: removed enum typedef BUS_RELEASE_TAjay Singh
2018-01-15staging: wilc1000: removed enum typedef BUS_ACQUIRE_TAjay Singh
2018-01-15staging: wilc1000: removed enum typedef CHIP_PS_STATE_TAjay Singh
2017-11-28staging: wilc1000: add SPDX identifiers to all wilc100 filesGreg Kroah-Hartman
2017-11-06staging: wilc1000: Fix bssid buffer offset in TxqAditya Shankar
2017-03-07staging: wilc1000: Alignment should match open parenthesisArushi Singhal
2016-10-02staging: wilc1000: remove unnecessary bracesElizabeth Ferdman
2016-10-02staging: wilc1000: wilc_wlan: Compress return logicNamrata A Shettar
2016-09-20staging: wilc1000: Merge assignment with returnRehas Sachdeva
2016-06-25staging: wilc1000: Replace semaphore cfg_event with completionBinoy Jayan
2016-06-25staging: wilc1000: Replace semaphore txq_add_to_head_cs with mutexBinoy Jayan
2016-06-25staging: wilc1000: Replace semaphore txq_event with completionBinoy Jayan
2016-04-28Staging: wilc1000: Freed memory in case of errorClaudiu Beznea
2016-03-29staging: wilc1000: change data type of wid argument in wilc_wlan_cfg_get_valChaehyun Lim
2016-03-29staging: wilc1000: change data type of wid argument in wilc_wlan_cfg_getChaehyun Lim
2016-03-29staging: wilc1000: change data type of wid argument in wilc_wlan_cfg_setChaehyun Lim
2016-03-28staging: wilc1000: else is not generally useful after a break or returnAnchal Jain
2016-03-28staging: wilc1000: removes an unnecessary if-conditionLeo Kim