Bugzilla – Bug 454
Use MODULE_VERSION() to provide version information through modinfo
Last modified: 2005-10-05 12:30:14
You need to log in before you can comment on or make changes to this bug.
Currently the ipw2100 module does not report it's version through the 'modinfo'. I've written a trivial patch which uses the MODULE_VERSION() macro to provide this information. The ieee80211* modules does not provide this information either, but it seems they are version-less for now?
Created an attachment (id=138) [details] Patch to use MODULE_VERSION()
This probably applies to the ipw2200 module as well.
FYI, I've opened bug #456 to deal with this issue in the ipw2200.
Applied/Fixed in 1.0.2
Verified. Thanks.