summaryrefslogtreecommitdiff
path: root/drivers/staging/wilc1000
AgeCommit message (Expand)Author
2016-02-20Staging: wilc1000: Remove and rename struct typedefs from .c filesBhumika Goyal
2016-02-20Staging: wilc1000: Remove unused function WILC_WFI_update_statsBhumika Goyal
2016-02-20Staging: wilc1000: Remove and rename struct typedefsBhumika Goyal
2016-02-20staging: wilc1000: Return correct error codesAmitoj Kaur Chawla
2016-02-20staging: wilc1000: Rearrange statement to respect 80 char limitJanani Ravichandran
2016-02-20staging: wilc1000: Use kmalloc_array instead of kmallocJanani Ravichandran
2016-02-20staging: wilc1000: Modify tcp_process to return void rather than intJanani Ravichandran
2016-02-20staging: wilc1000: Remove unused functionAmitoj Kaur Chawla
2016-02-20staging: wilc1000: Removed braces from single block statementsRoger H. Newell
2016-02-20staging: wilc1000: Whitespaces removed from function callRoger H. Newell
2016-02-20staging: wilc1000: handle_set_mac_address: use netdev_errChaehyun Lim
2016-02-20staging: wilc1000: handle_set_mac_address: rename resultChaehyun Lim
2016-02-20staging: wilc1000: handle_set_mac_address: change data type of resultChaehyun Lim
2016-02-20staging: wilc1000: handle_set_mac_address: change return type to voidChaehyun Lim
2016-02-20staging: wilc1000: handle_set_mac_address: use kmemdupChaehyun Lim
2016-02-20staging: wilc1000: handle_set_mac_address: fix kmalloc return error codeChaehyun Lim
2016-02-20staging: wilc1000: handle_set_mac_address: remove debug message of kmalloc fa...Chaehyun Lim
2016-02-20staging: wilc1000: host_interface: remove unused semaphoresAlison Schofield
2016-02-20staging: wilc1000: remove spaces around '->'Eva Rachel Retuya
2016-02-20staging: wilc1000: remove trailing whitespaceEva Rachel Retuya
2016-02-16staging: wilc1000: declare 'fops' as constEva Rachel Retuya
2016-02-16staging: wilc1000: Remove initialization of static variablesEva Rachel Retuya
2016-02-15staging: wilc1000: linux_mon.c: Remove unneeded bracesJanani Ravichandran
2016-02-15staging: wilc1000: Simplify code by eliminating else blockJanani Ravichandran
2016-02-15staging: wilc1000: Remove useless return statement in a void functionJanani Ravichandran
2016-02-15staging: wilc1000: Remove useless macrosJanani Ravichandran
2016-02-15staging: wilc1000: Eliminate spaces between function names and open parenthesesJanani Ravichandran
2016-02-15staging: wilc1000: Eliminate extraneous bracesJanani Ravichandran
2016-02-15staging: wilc1000: Include KERN_ facility level for printk()Janani Ravichandran
2016-02-15staging: wilc1000: wilc_wfi_cfgoperations: remove cast on void pointersAlison Schofield
2016-02-15staging: wilc1000: linux_wlan: remove cast on void pointersAlison Schofield
2016-02-15staging: wilc1000: linux_mon: remove cast on void pointerAlison Schofield
2016-02-15staging: wilc1000: host_interface: remove cast on void pointersAlison Schofield
2016-02-15staging: wilc1000: use netdev_err instead of PRINT_ERChaehyun Lim
2016-02-15staging: wilc1000: rename result in handle_set_channelChaehyun Lim
2016-02-15staging: wilc1000: change data type of result variable to int.Chaehyun Lim
2016-02-15staging: wilc1000: change handle_set_channel's return type to voidChaehyun Lim
2016-02-15staging: wilc1000: define a new local variable in wilc_scanChaehyun Lim
2016-02-15staging: wilc1000: rename u8security in user_conn_reqChaehyun Lim
2016-02-15staging: wilc1000: rename pu8ssid in struct user_conn_reqChaehyun Lim
2016-02-15staging: wilc1000: rename pu8bssid in struct user_conn_reqChaehyun Lim
2016-02-15staging: wilc1000: rename s8rssi in struct found_net_infoChaehyun Lim
2016-02-15staging: wilc1000: rename au8bssid in struct found_net_infoChaehyun Lim
2016-02-15staging: wilc1000: rename au8bssid in struct join_bss_paramChaehyun Lim
2016-02-12staging: wilc1000: spelling correctionsRoger H. Newell
2016-02-12staging: wilc1000: Remove unneeded parentheses in assignmentJanani Ravichandran
2016-02-12staging: wilc1000: remove parentheses on right hand side of assignmentAlison Schofield
2016-02-12staging: wilc1000: rename counter in wilc_send_config_pktChaehyun Lim
2016-02-12staging: wilc1000: remove initialization code of counter variableChaehyun Lim
2016-02-12staging: wilc1000: use int type for counter variableChaehyun Lim