View | Details | Raw Unified | Return to bug 211885 | Differences between
and this patch

Collapse All | Expand All

(-)sys/dev/iwm/if_iwm.c (+4 lines)
Lines 2697-2705 Link Here
2697
	}
2697
	}
2698
2698
2699
	/* Init Smart FIFO. */
2699
	/* Init Smart FIFO. */
2700
#if 0
2700
	error = iwm_mvm_sf_config(sc, IWM_SF_INIT_OFF);
2701
	error = iwm_mvm_sf_config(sc, IWM_SF_INIT_OFF);
2701
	if (error != 0)
2702
	if (error != 0)
2702
		return error;
2703
		return error;
2704
#endif
2703
2705
2704
	/* Send TX valid antennas before triggering calibrations */
2706
	/* Send TX valid antennas before triggering calibrations */
2705
	if ((error = iwm_send_tx_ant_cfg(sc, iwm_fw_valid_tx_ant(sc))) != 0) {
2707
	if ((error = iwm_send_tx_ant_cfg(sc, iwm_fw_valid_tx_ant(sc))) != 0) {
Lines 3788-3796 Link Here
3788
3790
3789
	in->in_assoc = 0;
3791
	in->in_assoc = 0;
3790
3792
3793
#if 0
3791
	error = iwm_mvm_sf_config(sc, IWM_SF_FULL_ON);
3794
	error = iwm_mvm_sf_config(sc, IWM_SF_FULL_ON);
3792
	if (error != 0)
3795
	if (error != 0)
3793
		return error;
3796
		return error;
3797
#endif
3794
3798
3795
	error = iwm_allow_mcast(vap, sc);
3799
	error = iwm_allow_mcast(vap, sc);
3796
	if (error) {
3800
	if (error) {

Return to bug 211885