aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/linux_mon.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-08staging: wilc1000: remove unused functionsLeo Kim1-26/+0
2015-10-02staging: wilc1000: remove function pointer wlan_add_mgmt_to_tx_queGlen Lee1-1/+2
2015-09-20staging: wilc1000: remove useless commentChaehyun Lim1-2/+0
2015-09-16staging: wilc1000: remove define WILC_AP_EXTERNAL_MLME and ifdef lineGlen Lee1-2/+0
2015-09-16staging: wilc1000: replace wilc error types with the generic error typesLeo Kim1-7/+7
2015-09-15staging: wilc1000: remove commented codesChaehyun Lim1-59/+0
2015-09-15staging: wilc1000: use u32 instead of uint32_tChaehyun Lim1-2/+2
2015-09-15staging: wilc1000: use u8 instead of uint8_tChaehyun Lim1-1/+1
2015-09-15staging: wilc1000: rename WILC_WFI_privChaehyun Lim1-1/+1
2015-09-12staging: wilc1000: delete definition USE_WIRELESSKim, Leo1-8/+0
2015-09-12staging: wilc1000: fix potential memory leakTony Cho1-0/+1
2015-09-12staging: wilc1000: remove dead codesTony Cho1-97/+0
2015-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2015-08-18staging: wilc1000: convert to using IFF_NO_QUEUEPhil Sutter1-1/+1
2015-08-05drivers: staging: wilc1000: use 'void' for no arguments functionsChandra S Gorentla1-1/+1
2015-07-29staging: wilc1000: remove dead codes related to SIMULATIONTony Cho1-12/+3
2015-07-06staging: wilc1000: remove ununsed variable & corresponding linesHari Prasath Gujulan Elango1-4/+0
2015-07-06Staging: wilc1000: Replace memset with eth_zero_addrVaishali Thakkar1-1/+1
2015-06-18staging: wilc1000: remove commented codeChaehyun Lim1-45/+0
2015-06-17Staging: wilc1000: Remove casting the values returned by kmalloc()Abdul Hussain1-1/+1
2015-06-16Staging: wilc1000: Boolean tests don't need comparisonsAbdul Hussain1-1/+1
2015-06-15staging: wilc1000: remove unnecessary castChengYi He1-1/+1