Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 112549 | Differences between
and this patch

Collapse All | Expand All

(-)driver_madwifi.c.ori (-1 / +1 lines)
Lines 88-94 Link Here
88
				"ioctl[IEEE80211_IOCTL_CHANLIST]",
88
				"ioctl[IEEE80211_IOCTL_CHANLIST]",
89
			};
89
			};
90
			if (IEEE80211_IOCTL_SETPARAM <= op &&
90
			if (IEEE80211_IOCTL_SETPARAM <= op &&
91
			    op <= IEEE80211_IOCTL_CHANLIST)
91
			    op <= IEEE80211_IOCTL_GETCHANLIST)
92
				perror(opnames[op - SIOCIWFIRSTPRIV]);
92
				perror(opnames[op - SIOCIWFIRSTPRIV]);
93
			else
93
			else
94
				perror("ioctl[unknown???]");
94
				perror("ioctl[unknown???]");

Return to bug 112549