Bug 454 - Use MODULE_VERSION() to provide version information through modinfo
: Use MODULE_VERSION() to provide version information through modinfo
Status: VERIFIED FIXED
: IPW2100
__UNSPECIFIED__
: __UNSPECIFIED__
: IBM Gentoo
: P2 enhancement
Assigned To:
:
:
:
:
:
  Show dependency treegraph
 
Reported: 2004-12-06 04:58 by
Modified: 2005-10-05 12:30 (History)


Attachments
Patch to use MODULE_VERSION() (376 bytes, patch)
2004-12-06 04:58, Henrik Brix Andersen
Details | Diff


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2004-12-06 04:58:16
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?
------- Comment #1 From 2004-12-06 04:58:54 -------
Created an attachment (id=138) [details]
Patch to use MODULE_VERSION()
------- Comment #2 From 2004-12-06 04:59:51 -------
This probably applies to the ipw2200 module as well.
------- Comment #3 From 2004-12-07 03:10:36 -------
FYI, I've opened bug #456 to deal with this issue in the ipw2200.
------- Comment #4 From 2004-12-13 10:36:37 -------
Applied/Fixed in 1.0.2
------- Comment #5 From 2004-12-16 14:30:01 -------
Verified. Thanks.