aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/linux_mon.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-05staging: wilc1000: added Microchip copyright notice headerAjay Singh1-0/+5
2018-08-02staging: wilc1000: fix endianness warnings reported by sparseAjay Singh1-0/+1
2018-08-02staging: wilc1000: remove unnecessary comments and comments descriptionAjay Singh1-7/+8
2018-07-21staging: wilc1000: remove unnecessary blank line between variable declarationAjay Singh1-1/+0
2018-07-21staging: wilc1000: remove the mutliple #define used for same macroAjay Singh1-1/+0
2018-05-14staging: wilc1000: added #define for setting radiotap headerAjay Singh1-6/+5
2018-05-14staging: wilc1000: fix line over 80 chars in linux_monAjay Singh1-7/+7
2018-05-03staging: wilc1000: use is_broadcast_ether_addr check for broadcast addressAjay Singh1-2/+1
2018-05-03staging: wilc1000: remove unnecessary header file inclusion for wilcAjay Singh1-2/+0
2018-05-03staging: wilc1000: rename WILC_WFI_deinit_mon_interface to avoid uppercase for function nameAjay Singh1-1/+1
2018-05-03staging: wilc1000: rename WILC_WFI_init_mon_interface to avoid uppercase in function nameAjay Singh1-1/+1
2018-05-03staging: wilc1000: rename WILC_WFI_mon_xmit to avoid uppercase for function nameAjay Singh1-2/+2
2018-05-03staging: wilc1000: rename WILC_WFI_mon_priv to avoid uppercase for struct nameAjay Singh1-3/+3
2018-05-03staging: wilc1000: rename WILC_WFI_monitor_rx to avoid uppercase for function nameAjay Singh1-1/+1
2018-05-03staging: wilc1000: remove unnecessary file and function header commentsAjay Singh1-44/+0
2018-03-28staging: wilc1000: remove unused return variableHariPrasath Elango1-4/+2
2018-03-19staging: wilc1000: use kmemdup instead of kmalloc and memcpyHariPrasath Elango1-2/+1
2018-03-01staging: wilc1000: move multiple definition of same macro to common headerAjay Singh1-3/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-3/+3
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-3/+3
2017-04-28staging: wilc1000: fix unchecked return valuePan Bian1-0/+2
2016-12-03staging: wilc1000: use reset to set mac headerZhang Shengju1-2/+2
2016-03-28staging: wilc1000: Remove camel case in variable names.Anchal Jain1-3/+3
2016-03-28staging: wilc1000: Fix lines over 80 charactersAnchal Jain1-7/+11
2016-02-22staging: wilc1000: removes linux_wlan_common.h fileChris Park1-1/+0
2016-02-22staging: wilc1000: linux_mon.c: removes commentsChris Park1-4/+0
2016-02-22staging: wilc1000: linux_mon.c: removes unnecessary log messageChris Park1-38/+4
2016-02-22staging: wilc1000: linux_mon.c: add to check routineLeo Kim1-1/+3
2016-02-22staging: wilc1000: linux_mon.c: replaces PRINT_ER with netdev_errLeo Kim1-1/+1
2016-02-22staging: wilc1000: linux_mon.c: removes debug logsLeo Kim1-18/+6
2016-02-19staging: wilc1000: remove trailing whitespaceEva Rachel Retuya1-1/+1
2016-02-14staging: wilc1000: linux_mon.c: Remove unneeded bracesJanani Ravichandran1-2/+1
2016-02-14staging: wilc1000: linux_mon: remove cast on void pointerAlison Schofield1-1/+1
2016-02-03staging: wilc1000: linux_mon: remove debug message of kmalloc failureChaehyun Lim1-4/+1
2016-02-03staging: wilc1000: linux_mon: fix error code of kmallocChaehyun Lim1-2/+2
2016-02-03staging: wilc1000: linux_mon: fix coding style of kmalloc usageChaehyun Lim1-1/+1
2016-02-03staging: wilc1000: linux_mon: add braces on all arms of if statementChaehyun Lim1-1/+2
2016-02-03staging: wilc1000: linux_mon: insert blank line after a functionChaehyun Lim1-0/+1
2016-02-03staging: wilc1000: linux_mon: remove space after a castChaehyun Lim1-3/+3
2016-02-03staging: wilc1000: linux_mon: fix NULL comparison styleChaehyun Lim1-10/+10
2016-02-03staging: wilc1000: linux_mon: remove multiple blank linesChaehyun Lim1-10/+0
2016-02-03staging: wilc1000: linux_mon: remove blank line before a close brace '}'Chaehyun Lim1-6/+0
2016-02-03staging: wilc1000: linux_mon: remove blank lines after open brace '{'Chaehyun Lim1-5/+0
2016-02-03staging: wilc1000: linux_mon: use __packed instead of __attribute__((packed))Chaehyun Lim1-2/+2
2015-12-18staging/wilc1000: move extern declarations to headersArnd Bergmann1-3/+0
2015-12-18staging/wilc1000: use proper naming for global symbolsArnd Bergmann1-2/+2
2015-12-18staging/wilc1000: make symbols static if possibleArnd Bergmann1-3/+3
2015-11-15staging: wilc1000: wilc_wlan_txq_add_mgmt_pkt: add new argument devGlen Lee1-1/+1
2015-10-16staging: wilc1000: remove extern declarations of g_linux_wlanTony Cho1-2/+0