]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/wireless/wext.c
Merge branch 'for-linus' of git://neil.brown.name/md
[karo-tx-linux.git] / net / wireless / wext.c
index ac4ac26b53ce0d09d7c205ed666d44cc9d878f83..60fe57761ca94bb5d9faf0638c00d373618301e2 100644 (file)
@@ -470,7 +470,7 @@ static iw_handler get_handler(struct net_device *dev, unsigned int cmd)
 /*
  * Get statistics out of the driver
  */
-static struct iw_statistics *get_wireless_stats(struct net_device *dev)
+struct iw_statistics *get_wireless_stats(struct net_device *dev)
 {
        /* New location */
        if ((dev->wireless_handlers != NULL) &&