summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/linux_mon.c
Commit message (Expand)AuthorAgeFilesLines
* staging: wilc1000: change return type to 'void' for wilc_wfi_deinit_mon_inter...Ajay Singh2018-09-251-2/+1Star
* staging: wilc1000: added Microchip copyright notice headerAjay Singh2018-08-051-0/+5
* staging: wilc1000: fix endianness warnings reported by sparseAjay Singh2018-08-021-0/+1
* staging: wilc1000: remove unnecessary comments and comments descriptionAjay Singh2018-08-021-7/+8
* staging: wilc1000: remove unnecessary blank line between variable declarationAjay Singh2018-07-211-1/+0Star
* staging: wilc1000: remove the mutliple #define used for same macroAjay Singh2018-07-211-1/+0Star
* staging: wilc1000: added #define for setting radiotap headerAjay Singh2018-05-141-6/+5Star
* staging: wilc1000: fix line over 80 chars in linux_monAjay Singh2018-05-141-7/+7
* staging: wilc1000: use is_broadcast_ether_addr check for broadcast addressAjay Singh2018-05-031-2/+1Star
* staging: wilc1000: remove unnecessary header file inclusion for wilcAjay Singh2018-05-031-2/+0Star
* staging: wilc1000: rename WILC_WFI_deinit_mon_interface to avoid uppercase fo...Ajay Singh2018-05-031-1/+1
* staging: wilc1000: rename WILC_WFI_init_mon_interface to avoid uppercase in f...Ajay Singh2018-05-031-1/+1
* staging: wilc1000: rename WILC_WFI_mon_xmit to avoid uppercase for function nameAjay Singh2018-05-031-2/+2
* staging: wilc1000: rename WILC_WFI_mon_priv to avoid uppercase for struct nameAjay Singh2018-05-031-3/+3
* staging: wilc1000: rename WILC_WFI_monitor_rx to avoid uppercase for function...Ajay Singh2018-05-031-1/+1
* staging: wilc1000: remove unnecessary file and function header commentsAjay Singh2018-05-031-44/+0Star
* staging: wilc1000: remove unused return variableHariPrasath Elango2018-03-281-4/+2Star
* staging: wilc1000: use kmemdup instead of kmalloc and memcpyHariPrasath Elango2018-03-191-2/+1Star
* staging: wilc1000: move multiple definition of same macro to common headerAjay Singh2018-03-011-3/+0Star
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-3/+3
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-3/+3
* staging: wilc1000: fix unchecked return valuePan Bian2017-04-281-0/+2
* staging: wilc1000: use reset to set mac headerZhang Shengju2016-12-031-2/+2
* staging: wilc1000: Remove camel case in variable names.Anchal Jain2016-03-281-3/+3
* staging: wilc1000: Fix lines over 80 charactersAnchal Jain2016-03-281-7/+11
* staging: wilc1000: removes linux_wlan_common.h fileChris Park2016-02-221-1/+0Star
* staging: wilc1000: linux_mon.c: removes commentsChris Park2016-02-221-4/+0Star
* staging: wilc1000: linux_mon.c: removes unnecessary log messageChris Park2016-02-221-38/+4Star
* staging: wilc1000: linux_mon.c: add to check routineLeo Kim2016-02-221-1/+3
* staging: wilc1000: linux_mon.c: replaces PRINT_ER with netdev_errLeo Kim2016-02-221-1/+1
* staging: wilc1000: linux_mon.c: removes debug logsLeo Kim2016-02-221-18/+6Star
* staging: wilc1000: remove trailing whitespaceEva Rachel Retuya2016-02-201-1/+1
* staging: wilc1000: linux_mon.c: Remove unneeded bracesJanani Ravichandran2016-02-151-2/+1Star
* staging: wilc1000: linux_mon: remove cast on void pointerAlison Schofield2016-02-151-1/+1
* staging: wilc1000: linux_mon: remove debug message of kmalloc failureChaehyun Lim2016-02-041-4/+1Star
* staging: wilc1000: linux_mon: fix error code of kmallocChaehyun Lim2016-02-041-2/+2
* staging: wilc1000: linux_mon: fix coding style of kmalloc usageChaehyun Lim2016-02-041-1/+1
* staging: wilc1000: linux_mon: add braces on all arms of if statementChaehyun Lim2016-02-041-1/+2
* staging: wilc1000: linux_mon: insert blank line after a functionChaehyun Lim2016-02-041-0/+1
* staging: wilc1000: linux_mon: remove space after a castChaehyun Lim2016-02-041-3/+3
* staging: wilc1000: linux_mon: fix NULL comparison styleChaehyun Lim2016-02-041-10/+10
* staging: wilc1000: linux_mon: remove multiple blank linesChaehyun Lim2016-02-041-10/+0Star
* staging: wilc1000: linux_mon: remove blank line before a close brace '}'Chaehyun Lim2016-02-041-6/+0Star
* staging: wilc1000: linux_mon: remove blank lines after open brace '{'Chaehyun Lim2016-02-041-5/+0Star
* staging: wilc1000: linux_mon: use __packed instead of __attribute__((packed))Chaehyun Lim2016-02-041-2/+2
* staging/wilc1000: move extern declarations to headersArnd Bergmann2015-12-181-3/+0Star
* staging/wilc1000: use proper naming for global symbolsArnd Bergmann2015-12-181-2/+2
* staging/wilc1000: make symbols static if possibleArnd Bergmann2015-12-181-3/+3
* staging: wilc1000: wilc_wlan_txq_add_mgmt_pkt: add new argument devGlen Lee2015-11-161-1/+1