View | Details | Raw Unified | Return to bug 153454
Collapse All | Expand All

(-)sys/dev/usb/wlan/if_urtw.c (+2 lines)
Lines 880-885 Link Here
880
	ic->ic_caps =
880
	ic->ic_caps =
881
	    IEEE80211_C_STA |		/* station mode */
881
	    IEEE80211_C_STA |		/* station mode */
882
	    IEEE80211_C_MONITOR |	/* monitor mode supported */
882
	    IEEE80211_C_MONITOR |	/* monitor mode supported */
883
	    IEEE80211_C_IBSS |		/* ad-hoc mode supported */
884
	    IEEE80211_C_HOSTAP |	/* access point mode supported */
883
	    IEEE80211_C_TXPMGT |	/* tx power management */
885
	    IEEE80211_C_TXPMGT |	/* tx power management */
884
	    IEEE80211_C_SHPREAMBLE |	/* short preamble supported */
886
	    IEEE80211_C_SHPREAMBLE |	/* short preamble supported */
885
	    IEEE80211_C_SHSLOT |	/* short slot time supported */
887
	    IEEE80211_C_SHSLOT |	/* short slot time supported */
(-)share/man/man4/urtw.4 (-1 / +3 lines)
Lines 56-62 Link Here
56
.Pp
56
.Pp
57
.Nm
57
.Nm
58
supports
58
supports
59
.Cm station
59
.Cm station ,
60
.Cm adhoc ,
61
.Cm hostap ,
60
and
62
and
61
.Cm monitor
63
.Cm monitor
62
mode operation.
64
mode operation.

Return to bug 153454