Deleted Added
full compact
106c106
< __FBSDID("$FreeBSD: stable/11/sys/dev/iwm/if_iwm_util.c 330191 2018-03-01 06:20:16Z eadler $");
---
> __FBSDID("$FreeBSD: stable/11/sys/dev/iwm/if_iwm_util.c 330202 2018-03-01 06:34:48Z eadler $");
154a155
> #include <dev/iwm/if_iwm_config.h>
488a490,503
>
> boolean_t
> iwm_mvm_rx_diversity_allowed(struct iwm_softc *sc)
> {
> if (num_of_ant(iwm_mvm_get_valid_rx_ant(sc)) == 1)
> return FALSE;
>
> /*
> * XXX Also return FALSE when SMPS (Spatial Multiplexing Powersave)
> * is used on any vap (in the future).
> */
>
> return TRUE;
> }