Searched refs:bt_access (Results 1 – 1 of 1) sorted by relevance
/drivers/net/wireless/libertas/ |
D | cmd.c | 960 struct cmd_ds_bt_access *bt_access = &cmd->params.bt; in lbs_cmd_bt_access() local 966 bt_access->action = cpu_to_le16(cmd_action); in lbs_cmd_bt_access() 970 memcpy(bt_access->addr1, pdata_buf, 2 * ETH_ALEN); in lbs_cmd_bt_access() 971 lbs_deb_hex(LBS_DEB_MESH, "BT_ADD: blinded MAC addr", bt_access->addr1, 6); in lbs_cmd_bt_access() 974 memcpy(bt_access->addr1, pdata_buf, 1 * ETH_ALEN); in lbs_cmd_bt_access() 975 lbs_deb_hex(LBS_DEB_MESH, "BT_DEL: blinded MAC addr", bt_access->addr1, 6); in lbs_cmd_bt_access() 978 bt_access->id = cpu_to_le32(*(u32 *) pdata_buf); in lbs_cmd_bt_access() 983 bt_access->id = cpu_to_le32(*(u32 *) pdata_buf); in lbs_cmd_bt_access()
|