bug#373: should programmaticaly detect wireless extension version
Nick Moffitt <[email protected]> Thu, 1 May 2003 16:23:52 -0700
| Newsgroups | gmane.linux.bbc.bugs |
|---|---|
| Message-ID | <[email protected]> |
package: wireless-tools
severity: wishlist
We currently hand-force the version of the wireless extensions with:
FORCE_WEXT_VERSION = 12
We should grab it from the kernel/linux source here:
./include/linux/wireless.h:#define WIRELESS_EXT 13
This will likely mean a SRCDEP and so forth. We're currently just
keeping it up to date, but that's not the right way. INkblot may know
the best way to do this.
--
end