LinuxKPI: 802.11: remove extra spaces
Remove two extra spaces. No functional change. Sponsored by: The FreeBSD Foundation MFC after: 3 days
This commit is contained in:
parent
28b498e65a
commit
cfccc7f30a
@ -2380,9 +2380,9 @@ lkpi_ic_vap_create(struct ieee80211com *ic, const char name[IFNAMSIZ],
|
||||
ic->ic_set_channel(ic);
|
||||
|
||||
/* XXX-BZ do we need to be able to update these? */
|
||||
hw->wiphy->frag_threshold = vap->iv_fragthreshold;
|
||||
hw->wiphy->frag_threshold = vap->iv_fragthreshold;
|
||||
lkpi_80211_mo_set_frag_threshold(hw, vap->iv_fragthreshold);
|
||||
hw->wiphy->rts_threshold = vap->iv_rtsthreshold;
|
||||
hw->wiphy->rts_threshold = vap->iv_rtsthreshold;
|
||||
lkpi_80211_mo_set_rts_threshold(hw, vap->iv_rtsthreshold);
|
||||
/* any others? */
|
||||
IMPROVE();
|
||||
|
Loading…
Reference in New Issue
Block a user