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