Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/zydas/zd1211rw/
Dzd_mac.c718 int r, ret, num_cmds, req_pos = 0; in zd_mac_config_beacon() local
773 ioreqs[req_pos].addr = CR_BCN_FIFO; in zd_mac_config_beacon()
774 ioreqs[req_pos].value = full_len - 1; in zd_mac_config_beacon()
775 req_pos++; in zd_mac_config_beacon()
777 ioreqs[req_pos].addr = CR_BCN_LENGTH; in zd_mac_config_beacon()
778 ioreqs[req_pos].value = full_len - 1; in zd_mac_config_beacon()
779 req_pos++; in zd_mac_config_beacon()
783 ioreqs[req_pos].addr = CR_BCN_FIFO; in zd_mac_config_beacon()
784 ioreqs[req_pos].value = *((u8 *)(beacon->data + j)); in zd_mac_config_beacon()
785 req_pos++; in zd_mac_config_beacon()
[all …]