Home
last modified time | relevance | path

Searched refs:op_channel_attr_index (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/staging/wilc1000/
Dwilc_wfi_cfgoperations.c1813 u8 op_channel_attr_index = 0; in WILC_WFI_CfgParseRxAction() local
1824 op_channel_attr_index = index; in WILC_WFI_CfgParseRxAction()
1842 if (op_channel_attr_index) { in WILC_WFI_CfgParseRxAction()
1844 buf[op_channel_attr_index + 6] = 0x51; in WILC_WFI_CfgParseRxAction()
1845 buf[op_channel_attr_index + 7] = u8WLANChannel; in WILC_WFI_CfgParseRxAction()
1865 u8 op_channel_attr_index = 0; in WILC_WFI_CfgParseTxAction() local
1878 op_channel_attr_index = index; in WILC_WFI_CfgParseTxAction()
1896 if (op_channel_attr_index) { in WILC_WFI_CfgParseTxAction()
1898 buf[op_channel_attr_index + 6] = 0x51; in WILC_WFI_CfgParseTxAction()
1899 buf[op_channel_attr_index + 7] = u8WLANChannel; in WILC_WFI_CfgParseTxAction()