aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000 (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-18Revert "Staging: wilc1000: coreconfigurator: Drop unneeded wrapper functions"Glen Lee1-23/+25
2015-10-29Staging: wilc1000: Prefer eth_broadcast_addr over memset()Punit Vara1-1/+1
2015-10-29staging: wilc1000: fix line over 80 charactersChaehyun Lim1-1/+3
2015-10-29staging: wilc1000: replace kmalloc/memcpy with kmemdupChaehyun Lim1-2/+4
2015-10-29staging: wilc1000: rename tenuAuth_type in host_int_add_wep_key_bss_apChaehyun Lim2-3/+3
2015-10-29staging: wilc1000: rename u8mode in host_int_add_wep_key_bss_apChaehyun Lim2-3/+3
2015-10-29staging: wilc1000: rename u8Keyidx in host_int_add_wep_key_bss_apChaehyun Lim2-3/+3
2015-10-29staging: wilc1000: rename u8WepKeylen in host_int_add_wep_key_bss_apChaehyun Lim2-6/+6
2015-10-29staging: wilc1000: rename pu8WepKey in host_int_add_wep_key_bss_apChaehyun Lim2-4/+4
2015-10-29staging: wilc1000: replace u8 with int.Chaehyun Lim1-1/+1
2015-10-29staging: wilc1000: fix parameter name of function declarationChaehyun Lim1-1/+1
2015-10-29staging: wilc1000: fix return type of host_int_add_wep_key_bss_apChaehyun Lim2-3/+3
2015-10-29staging: wilc1000: fix line over 80 charactersChaehyun Lim1-1/+2
2015-10-29staging: wilc1000: replace kmalloc/memcpy with kmemdupChaehyun Lim1-2/+4
2015-10-29staging: wilc1000: rename u8Keyidx in host_int_add_wep_key_bss_staChaehyun Lim2-3/+3
2015-10-29staging: wilc1000: rename u8WepKeylen in host_int_add_wep_key_bss_staChaehyun Lim2-5/+5
2015-10-29staging: wilc1000: rename pu8WepKey in host_int_add_wep_key_bss_staChaehyun Lim2-3/+3
2015-10-29staging: wilc1000: fix parameter name of function declarationChaehyun Lim1-1/+1
2015-10-29staging: wilc1000: fix return type of host_int_add_wep_key_bss_staChaehyun Lim2-3/+3
2015-10-29Staging: wilc1000: wilc_wfi_cfgoperations: Remove irrelevant wrapper functionShivani Bhardwaj1-15/+5
2015-10-29Staging: wilc1000: coreconfigurator: Remove trailing whitespaceShivani Bhardwaj1-2/+2
2015-10-29staging: wilc1000: rename u8RemainOnChan_pendingreq of struct host_if_drvLeo Kim2-6/+6
2015-10-29staging: wilc1000: rename strHostIfRemainOnChan of struct host_if_drvLeo Kim2-15/+13
2015-10-29staging: wilc1000: rename strWILC_UsrConnReq of struct host_if_drvLeo Kim2-85/+84
2015-10-29staging: wilc1000: rename strWILC_UsrScanReq of struct host_if_drvLeo Kim2-40/+40
2015-10-29staging: wilc1000: rename u8MacAddress of struct get_mac_addrLeo Kim2-3/+3
2015-10-29staging: wilc1000: rename u8MacAddress of struct set_mac_addrLeo Kim2-3/+3
2015-10-29staging: wilc1000: rename u32Mode of struct op_modeLeo Kim2-4/+4
2015-10-29staging: wilc1000: rename u32Address of struct drv_handlerLeo Kim2-4/+4
2015-10-29staging: wilc1000: rename variable strWIDLeo Kim1-298/+297
2015-10-29staging: wilc1000: rename au8StartTime of struct join_bss_paramLeo Kim1-6/+4
2015-10-29staging: wilc1000: host_interface: removes unused functionsLeo Kim2-45/+0
2015-10-29staging: wilc1000: fixes please don't use multiple blank linesLeo Kim1-39/+0
2015-10-29staging: wilc1000: fixes missing a blank line after declarationsLeo Kim1-6/+10
2015-10-29staging: wilc1000: fixes blank lines aren't necessary braceLeo Kim1-33/+0
2015-10-29staging: wilc1000: fixes braces {} are not necessary for single statement blocksLeo Kim1-18/+16
2015-10-29staging: wilc1000: remove unnecessary parentheses aroundLeo Kim1-25/+23
2015-10-29staging: wilc1000: wilc_msgqueue.c : remove goto statementLeo Kim1-17/+8
2015-10-29staging: wilc1000: tcp_process: add argument dev and use private dataGlen Lee1-4/+9
2015-10-29staging: wilc1000: wilc_wlan_txq_add_net_pkt: add argument struct net_deviceGlen Lee3-6/+6
2015-10-29staging: wilc1000: mac_xmit: use netdev private wilc instead of g_linux_wlanGlen Lee1-3/+5
2015-10-29staging: wilc1000: wilc_wlan_txq_get_next: add argument wilcGlen Lee1-4/+5
2015-10-29staging: wilc1000: wilc_wlan_rxq_add: add argument wilc and use itGlen Lee1-4/+4
2015-10-29staging: wilc1000: Set_machw_change_vir_if: add argument struct net_deviceGlen Lee4-10/+13
2015-10-29staging: wilc1000: GetIfHandler: add argument struct wilc and use itGlen Lee1-10/+10
2015-10-29staging: wilc1000: frmw_to_linux: add argument struct wilcGlen Lee3-5/+6
2015-10-29staging: wilc1000: wilc_wlan_rxq_remove: add argument wilc and use itGlen Lee1-5/+10
2015-10-29staging: wilc1000: wilc_wlan_cleanup: add new argument struct net_deviceGlen Lee3-4/+4
2015-10-29staging: wilc1000: mac_ioctl: use private data instead of g_linux_wlanGlen Lee1-1/+3
2015-10-29staging: wilc1000: wlan_deinitialize_threads: change argument and use wilcGlen Lee1-10/+15