Searched refs:tmp_cap (Results 1 – 2 of 2) sorted by relevance
388 u16 tmp_cap; in mwifiex_cmd_802_11_associate() local533 tmp_cap = bss_desc->cap_info_bitmap; in mwifiex_cmd_802_11_associate()536 tmp_cap &= ~WLAN_CAPABILITY_SHORT_SLOT_TIME; in mwifiex_cmd_802_11_associate()538 tmp_cap &= CAPINFO_MASK; in mwifiex_cmd_802_11_associate()541 tmp_cap, CAPINFO_MASK); in mwifiex_cmd_802_11_associate()542 assoc->cap_info_bitmap = cpu_to_le16(tmp_cap); in mwifiex_cmd_802_11_associate()839 u16 tmp_cap; in mwifiex_cmd_802_11_ad_hoc_start() local939 tmp_cap = WLAN_CAPABILITY_IBSS; in mwifiex_cmd_802_11_ad_hoc_start()947 tmp_cap |= WLAN_CAPABILITY_PRIVACY; in mwifiex_cmd_802_11_ad_hoc_start()1082 tmp_cap &= ~WLAN_CAPABILITY_SHORT_SLOT_TIME; in mwifiex_cmd_802_11_ad_hoc_start()[all …]
955 struct most_channel_capability *tmp_cap; in hdm_probe() local1018 tmp_cap = mdev->cap; in hdm_probe()1028 tmp_cap->name_suffix = &mdev->suffix[i][0]; in hdm_probe()1029 tmp_cap->buffer_size_packet = MAX_BUF_SIZE; in hdm_probe()1030 tmp_cap->buffer_size_streaming = MAX_BUF_SIZE; in hdm_probe()1031 tmp_cap->num_buffers_packet = BUF_CHAIN_SIZE; in hdm_probe()1032 tmp_cap->num_buffers_streaming = BUF_CHAIN_SIZE; in hdm_probe()1033 tmp_cap->data_type = MOST_CH_CONTROL | MOST_CH_ASYNC | in hdm_probe()1036 tmp_cap->direction = MOST_CH_RX; in hdm_probe()1038 tmp_cap->direction = MOST_CH_TX; in hdm_probe()[all …]