summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/linux_mon.c
Commit message (Expand)AuthorAgeFilesLines
* staging: wilc1000: rename linux_wlan.c and linux_mon.cAjay Singh2019-02-071-258/+0
* staging: wilc1000: avoid use of static variable in linux_mon.cAjay Singh2019-02-071-5/+4
* staging: wilc1000: remove redundant macros for radiotapAjay Singh2019-02-041-3/+0
* staging: wilc1000: remove conditional lock in wilc_wfi_deinit_mon_interface()Ajay Singh2019-02-041-14/+5
* staging: wilc1000: avoid the use of 'wilc_wfi_mon' static variableAjay Singh2019-02-041-27/+25
* staging: wilc1000: change return type to 'void' for wilc_wfi_deinit_mon_inter...Ajay Singh2018-09-251-2/+1
* 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/+0
* staging: wilc1000: remove the mutliple #define used for same macroAjay Singh2018-07-211-1/+0
* staging: wilc1000: added #define for setting radiotap headerAjay Singh2018-05-141-6/+5
* 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/+1
* staging: wilc1000: remove unnecessary header file inclusion for wilcAjay Singh2018-05-031-2/+0
* 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/+0
* staging: wilc1000: remove unused return variableHariPrasath Elango2018-03-281-4/+2
* staging: wilc1000: use kmemdup instead of kmalloc and memcpyHariPrasath Elango2018-03-191-2/+1
* staging: wilc1000: move multiple definition of same macro to common headerAjay Singh2018-03-011-3/+0
* 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/+0
* staging: wilc1000: linux_mon.c: removes commentsChris Park2016-02-221-4/+0
* staging: wilc1000: linux_mon.c: removes unnecessary log messageChris Park2016-02-221-38/+4
* 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/+6
* staging: wilc1000: remove trailing whitespaceEva Rachel Retuya2016-02-191-1/+1
* staging: wilc1000: linux_mon.c: Remove unneeded bracesJanani Ravichandran2016-02-141-2/+1
* staging: wilc1000: linux_mon: remove cast on void pointerAlison Schofield2016-02-141-1/+1
* staging: wilc1000: linux_mon: remove debug message of kmalloc failureChaehyun Lim2016-02-031-4/+1
* staging: wilc1000: linux_mon: fix error code of kmallocChaehyun Lim2016-02-031-2/+2
* staging: wilc1000: linux_mon: fix coding style of kmalloc usageChaehyun Lim2016-02-031-1/+1
* staging: wilc1000: linux_mon: add braces on all arms of if statementChaehyun Lim2016-02-031-1/+2
* staging: wilc1000: linux_mon: insert blank line after a functionChaehyun Lim2016-02-031-0/+1
* staging: wilc1000: linux_mon: remove space after a castChaehyun Lim2016-02-031-3/+3
* staging: wilc1000: linux_mon: fix NULL comparison styleChaehyun Lim2016-02-031-10/+10
* staging: wilc1000: linux_mon: remove multiple blank linesChaehyun Lim2016-02-031-10/+0
* staging: wilc1000: linux_mon: remove blank line before a close brace '}'Chaehyun Lim2016-02-031-6/+0
* staging: wilc1000: linux_mon: remove blank lines after open brace '{'Chaehyun Lim2016-02-031-5/+0