Searched refs:H2CCommand (Results 1 – 1 of 1) sorted by relevance
220 u8 H2CCommand[7]={0}; in rtl8188e_set_raid_cmd() local238 H2CCommand[0] = macid; in rtl8188e_set_raid_cmd()239 H2CCommand[1] = raid | (shortGIrate?0x80:0x00) ; in rtl8188e_set_raid_cmd()240 H2CCommand[2] = psta->bw_mode & 0x03; //BW; in rtl8188e_set_raid_cmd()249 H2CCommand[2] |= BIT6; in rtl8188e_set_raid_cmd()256 H2CCommand[2] |= BIT6; in rtl8188e_set_raid_cmd()261 H2CCommand[3] = (u1Byte)(bitmap & 0x000000ff); in rtl8188e_set_raid_cmd()262 H2CCommand[4] = (u1Byte)((bitmap & 0x0000ff00) >>8); in rtl8188e_set_raid_cmd()263 H2CCommand[5] = (u1Byte)((bitmap & 0x00ff0000) >> 16); in rtl8188e_set_raid_cmd()264 H2CCommand[6] = (u1Byte)((bitmap & 0xff000000) >> 24); in rtl8188e_set_raid_cmd()[all …]