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

/linux-4.4.14/drivers/net/wireless/zd1211rw/
H A Dzd_mac.c719 int r, ret, num_cmds, req_pos = 0; zd_mac_config_beacon() local
773 ioreqs[req_pos].addr = CR_BCN_FIFO; zd_mac_config_beacon()
774 ioreqs[req_pos].value = full_len - 1; zd_mac_config_beacon()
775 req_pos++; zd_mac_config_beacon()
777 ioreqs[req_pos].addr = CR_BCN_LENGTH; zd_mac_config_beacon()
778 ioreqs[req_pos].value = full_len - 1; zd_mac_config_beacon()
779 req_pos++; zd_mac_config_beacon()
783 ioreqs[req_pos].addr = CR_BCN_FIFO; zd_mac_config_beacon()
784 ioreqs[req_pos].value = *((u8 *)(beacon->data + j)); zd_mac_config_beacon()
785 req_pos++; zd_mac_config_beacon()
789 ioreqs[req_pos].addr = CR_BCN_FIFO; zd_mac_config_beacon()
790 ioreqs[req_pos].value = 0x0; zd_mac_config_beacon()
791 req_pos++; zd_mac_config_beacon()
794 BUG_ON(req_pos != num_cmds); zd_mac_config_beacon()

Completed in 62 milliseconds