struct ieee80211_ops has a driver name field that's never used.
Remove it.

Signed-off-by: Johannes Berg <[EMAIL PROTECTED]>

---
applies after the 10 patches

--- wireless-dev.orig/include/net/d80211.h      2006-11-17 23:37:10.249703408 
+0100
+++ wireless-dev/include/net/d80211.h   2006-11-17 23:37:21.709703408 +0100
@@ -531,9 +531,6 @@ struct ieee80211_wiphy {
  * about supported hardware features and to pass function pointers to callback
  * functions. */
 struct ieee80211_ops {
-       /* Driver name */
-       char *name;
-
        /* Handler that 802.11 module calls for each transmitted frame.
         * skb contains the buffer starting from the IEEE 802.11 header.
         * The low-level driver should send the frame out based on


-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to