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

(-)wicontrol.c (-1 / +1 lines)
Lines 795-801 Link Here
795
	}
795
	}
796
796
797
	if (iface == NULL)
797
	if (iface == NULL)
798
		usage(p);
798
		iface = "wi0";
799
799
800
	if (key != NULL) {
800
	if (key != NULL) {
801
		wi_setkeys(iface, key, modifier);
801
		wi_setkeys(iface, key, modifier);

Return to bug 22241