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