Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/
H A Dssv_rc.c61 [4] = { .rc_flags = RC_FLAG_LEGACY | RC_FLAG_SHORT_PREAMBLE,
70 [5] = { .rc_flags = RC_FLAG_LEGACY | RC_FLAG_SHORT_PREAMBLE,
79 [6] = { .rc_flags = RC_FLAG_LEGACY | RC_FLAG_SHORT_PREAMBLE,
1203 if (rc_rate->rc_flags & RC_FLAG_SHORT_PREAMBLE) in ssv6xxx_get_rate()
1518 if (rc_rate->rc_flags & RC_FLAG_SHORT_PREAMBLE) in ssv6xxx_rc_mac8011_rate_idx()
1530 …gs |= (ssv_rc->rc_table[tx_rate[SSV_DRATE_IDX].count].rc_flags & RC_FLAG_SHORT_PREAMBLE)? IEEE8021… in ssv6xxx_rc_hw_rate_idx()
1532 …gs |= (ssv_rc->rc_table[tx_rate[SSV_CRATE_IDX].count].rc_flags & RC_FLAG_SHORT_PREAMBLE)? IEEE8021… in ssv6xxx_rc_hw_rate_idx()
1631 if (rc_rate->rc_flags & RC_FLAG_SHORT_PREAMBLE) in ssv6xxx_rc_hw_rate_update_check()
H A Dssv_rc_common.h31 #define RC_FLAG_SHORT_PREAMBLE 0x00000020 macro