summaryrefslogtreecommitdiff
path: root/drivers/staging/wilc1000/linux_mon.c
AgeCommit message (Expand)Author
2019-02-07staging: wilc1000: rename linux_wlan.c and linux_mon.cAjay Singh
2019-02-07staging: wilc1000: avoid use of static variable in linux_mon.cAjay Singh
2019-02-04staging: wilc1000: remove redundant macros for radiotapAjay Singh
2019-02-04staging: wilc1000: remove conditional lock in wilc_wfi_deinit_mon_interface()Ajay Singh
2019-02-04staging: wilc1000: avoid the use of 'wilc_wfi_mon' static variableAjay Singh
2018-09-25staging: wilc1000: change return type to 'void' for wilc_wfi_deinit_mon_inter...Ajay 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: remove unnecessary comments and comments descriptionAjay Singh
2018-07-21staging: wilc1000: remove unnecessary blank line between variable declarationAjay Singh
2018-07-21staging: wilc1000: remove the mutliple #define used for same macroAjay Singh
2018-05-14staging: wilc1000: added #define for setting radiotap headerAjay Singh
2018-05-14staging: wilc1000: fix line over 80 chars in linux_monAjay Singh
2018-05-03staging: wilc1000: use is_broadcast_ether_addr check for broadcast addressAjay Singh
2018-05-03staging: wilc1000: remove unnecessary header file inclusion for wilcAjay Singh
2018-05-03staging: wilc1000: rename WILC_WFI_deinit_mon_interface to avoid uppercase fo...Ajay Singh
2018-05-03staging: wilc1000: rename WILC_WFI_init_mon_interface to avoid uppercase in f...Ajay Singh
2018-05-03staging: wilc1000: rename WILC_WFI_mon_xmit to avoid uppercase for function nameAjay Singh
2018-05-03staging: wilc1000: rename WILC_WFI_mon_priv to avoid uppercase for struct nameAjay Singh
2018-05-03staging: wilc1000: rename WILC_WFI_monitor_rx to avoid uppercase for function...Ajay Singh
2018-05-03staging: wilc1000: remove unnecessary file and function header commentsAjay Singh
2018-03-28staging: wilc1000: remove unused return variableHariPrasath Elango
2018-03-19staging: wilc1000: use kmemdup instead of kmalloc and memcpyHariPrasath Elango
2018-03-01staging: wilc1000: move multiple definition of same macro to common headerAjay Singh
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2017-04-28staging: wilc1000: fix unchecked return valuePan Bian
2016-12-03staging: wilc1000: use reset to set mac headerZhang Shengju
2016-03-28staging: wilc1000: Remove camel case in variable names.Anchal Jain
2016-03-28staging: wilc1000: Fix lines over 80 charactersAnchal Jain
2016-02-22staging: wilc1000: removes linux_wlan_common.h fileChris Park
2016-02-22staging: wilc1000: linux_mon.c: removes commentsChris Park
2016-02-22staging: wilc1000: linux_mon.c: removes unnecessary log messageChris Park
2016-02-22staging: wilc1000: linux_mon.c: add to check routineLeo Kim
2016-02-22staging: wilc1000: linux_mon.c: replaces PRINT_ER with netdev_errLeo Kim
2016-02-22staging: wilc1000: linux_mon.c: removes debug logsLeo Kim
2016-02-19staging: wilc1000: remove trailing whitespaceEva Rachel Retuya
2016-02-14staging: wilc1000: linux_mon.c: Remove unneeded bracesJanani Ravichandran
2016-02-14staging: wilc1000: linux_mon: remove cast on void pointerAlison Schofield
2016-02-03staging: wilc1000: linux_mon: remove debug message of kmalloc failureChaehyun Lim
2016-02-03staging: wilc1000: linux_mon: fix error code of kmallocChaehyun Lim
2016-02-03staging: wilc1000: linux_mon: fix coding style of kmalloc usageChaehyun Lim
2016-02-03staging: wilc1000: linux_mon: add braces on all arms of if statementChaehyun Lim
2016-02-03staging: wilc1000: linux_mon: insert blank line after a functionChaehyun Lim
2016-02-03staging: wilc1000: linux_mon: remove space after a castChaehyun Lim
2016-02-03staging: wilc1000: linux_mon: fix NULL comparison styleChaehyun Lim
2016-02-03staging: wilc1000: linux_mon: remove multiple blank linesChaehyun Lim
2016-02-03staging: wilc1000: linux_mon: remove blank line before a close brace '}'Chaehyun Lim
2016-02-03staging: wilc1000: linux_mon: remove blank lines after open brace '{'Chaehyun Lim