summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/host_interface.c
Commit message (Expand)AuthorAgeFilesLines
* staging: wilc1000: use mutex instead of semaphore sem_cfg_valuesChaehyun Lim2016-03-121-5/+5
* staging: wilc1000: remove code for HOST_IF_MSG_SET_MAC_ADDRESSAlison Schofield2016-03-021-30/+0Star
* staging: wilc1000: remove code for HOST_IF_MSG_Q_IDLEAlison Schofield2016-03-021-11/+0Star
* staging: wilc1000: remove code for HOST_IF_MSG_FLUSH_CONNECTAlison Schofield2016-03-021-52/+0Star
* staging: wilc1000: remove code for HOST_IF_GET_LINKSPEEDAlison Schofield2016-03-021-27/+0Star
* staging: wilc1000: remove code for HOST_IF_MSG_GET_CHNLAlison Schofield2016-03-021-27/+0Star
* staging: wilc1000: remove code for HOST_IF_MSG_DEL_ALL_RX_BA_SESSIONSAlison Schofield2016-02-261-36/+0Star
* staging: wilc1000: rename u16reason in disconnect_infoChaehyun Lim2016-02-261-2/+2
* staging: wilc1000: rename struct tstrDisconnectNotifInfoChaehyun Lim2016-02-261-4/+4
* staging: wilc1000: rename u16ConnectStatus in struct connect_infoChaehyun Lim2016-02-261-5/+5
* staging: wilc1000: rename u16RespIEsLen in struct connect_infoChaehyun Lim2016-02-261-1/+1
* staging: wilc1000: rename pu8RespIEs in struct connect_infoChaehyun Lim2016-02-261-4/+4
* staging: wilc1000: rename ReqIEsLen in struct connec_infoChaehyun Lim2016-02-261-3/+3
* staging: wilc1000: rename pu8ReqIEs in struct connect_infoChaehyun Lim2016-02-261-12/+12
* staging: wilc1000: rename au8bssid in struct connect_infoChaehyun Lim2016-02-261-3/+3
* staging: wilc1000: rename struct tstrConnectInfoChaehyun Lim2016-02-261-6/+6
* staging: wilc1000: handle_cfg_param: remove unnecessary whitespaceChaehyun Lim2016-02-261-1/+1
* staging: wilc1000: handle_cfg_param: fix line over 80 charactersChaehyun Lim2016-02-261-1/+2
* staging: wilc1000: handle_cfg_param: fix logical continuationsChaehyun Lim2016-02-261-6/+6
* staging: wilc1000: handle_cfg_param: rename wid_cntChaehyun Lim2016-02-261-92/+92
* staging: wilc1000: handle_cfg_param: change data type of wid_cntChaehyun Lim2016-02-261-1/+1
* staging: wilc1000: handle_cfg_param: remove wrapper struct cfg_param_attrChaehyun Lim2016-02-261-88/+84Star
* staging: wilc1000: handle_set_mac_address: fix missing blank line after decla...Chaehyun Lim2016-02-261-1/+2
* staging: wilc1000: host_interface.c: replace PRINT_ER with netdev_errChris Park2016-02-221-142/+142
* staging: wilc1000: host_interface.c: removes unnecessary log messagesChris Park2016-02-221-10/+2Star
* staging: wilc1000: host_interface.c: removes unnecessary log messagesChris Park2016-02-221-27/+4Star
* staging: wilc1000: host_interface.c: removes unnecessary log messageChris Park2016-02-221-5/+0Star
* staging: wilc1000: handle_set_mac_address: use netdev_errChaehyun Lim2016-02-201-1/+1
* staging: wilc1000: handle_set_mac_address: rename resultChaehyun Lim2016-02-201-4/+4
* staging: wilc1000: handle_set_mac_address: change data type of resultChaehyun Lim2016-02-201-1/+1
* staging: wilc1000: handle_set_mac_address: change return type to voidChaehyun Lim2016-02-201-7/+4Star
* staging: wilc1000: handle_set_mac_address: use kmemdupChaehyun Lim2016-02-201-3/+1Star
* staging: wilc1000: handle_set_mac_address: fix kmalloc return error codeChaehyun Lim2016-02-201-1/+1
* staging: wilc1000: handle_set_mac_address: remove debug message of kmalloc fa...Chaehyun Lim2016-02-201-3/+2Star
* staging: wilc1000: host_interface: remove unused semaphoresAlison Schofield2016-02-201-7/+0Star
* staging: wilc1000: remove trailing whitespaceEva Rachel Retuya2016-02-201-1/+1
* staging: wilc1000: Simplify code by eliminating else blockJanani Ravichandran2016-02-151-3/+2Star
* staging: wilc1000: Remove useless return statement in a void functionJanani Ravichandran2016-02-151-2/+0Star
* staging: wilc1000: host_interface: remove cast on void pointersAlison Schofield2016-02-151-2/+2
* staging: wilc1000: use netdev_err instead of PRINT_ERChaehyun Lim2016-02-151-1/+1
* staging: wilc1000: rename result in handle_set_channelChaehyun Lim2016-02-151-4/+4
* staging: wilc1000: change data type of result variable to int.Chaehyun Lim2016-02-151-1/+1
* staging: wilc1000: change handle_set_channel's return type to voidChaehyun Lim2016-02-151-7/+3Star
* staging: wilc1000: define a new local variable in wilc_scanChaehyun Lim2016-02-151-15/+16
* staging: wilc1000: rename u8security in user_conn_reqChaehyun Lim2016-02-151-3/+3
* staging: wilc1000: rename pu8ssid in struct user_conn_reqChaehyun Lim2016-02-151-11/+11
* staging: wilc1000: rename pu8bssid in struct user_conn_reqChaehyun Lim2016-02-151-15/+15
* staging: wilc1000: rename s8rssi in struct found_net_infoChaehyun Lim2016-02-151-3/+3
* staging: wilc1000: rename au8bssid in struct found_net_infoChaehyun Lim2016-02-151-4/+4
* staging: wilc1000: rename au8bssid in struct join_bss_paramChaehyun Lim2016-02-151-2/+2