> +#define RA_MASK_VHT_RATES_1SS        (0x3ff000 << 0)
> +#define RA_MASK_VHT_RATES_2SS        (0x3ff000 << 10)
> +#define RA_MASK_VHT_RATES_3SS        (0x3ff000 << 20)

Result will not fit in 32 bit, ULL marker should be added.
I would also check if the driver compile without warnings
on 32 bit cpus.

Stanislaw

Reply via email to