summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/linux_mon.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* staging: wilc1000: remove extern declarations of g_linux_wlanTony Cho2015-10-171-2/+0Star
* staging: wilc1000: remove unused functionsLeo Kim2015-10-081-26/+0Star
* staging: wilc1000: remove function pointer wlan_add_mgmt_to_tx_queGlen Lee2015-10-021-1/+2
* staging: wilc1000: remove useless commentChaehyun Lim2015-09-211-2/+0Star
* staging: wilc1000: remove define WILC_AP_EXTERNAL_MLME and ifdef lineGlen Lee2015-09-171-2/+0Star
* staging: wilc1000: replace wilc error types with the generic error typesLeo Kim2015-09-171-7/+7
* staging: wilc1000: remove commented codesChaehyun Lim2015-09-151-59/+0Star
* staging: wilc1000: use u32 instead of uint32_tChaehyun Lim2015-09-151-2/+2
* staging: wilc1000: use u8 instead of uint8_tChaehyun Lim2015-09-151-1/+1
* staging: wilc1000: rename WILC_WFI_privChaehyun Lim2015-09-151-1/+1
* staging: wilc1000: delete definition USE_WIRELESSKim, Leo2015-09-131-8/+0Star
* staging: wilc1000: fix potential memory leakTony Cho2015-09-131-0/+1
* staging: wilc1000: remove dead codesTony Cho2015-09-131-97/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-09-031-1/+1
|\
| * staging: wilc1000: convert to using IFF_NO_QUEUEPhil Sutter2015-08-181-1/+1
* | drivers: staging: wilc1000: use 'void' for no arguments functionsChandra S Gorentla2015-08-051-1/+1
* | staging: wilc1000: remove dead codes related to SIMULATIONTony Cho2015-07-291-12/+3Star
* | staging: wilc1000: remove ununsed variable & corresponding linesHari Prasath Gujulan Elango2015-07-071-4/+0Star
* | Staging: wilc1000: Replace memset with eth_zero_addrVaishali Thakkar2015-07-071-1/+1
|/