struct ieee80211_ops has a driver name field that's never used. Remove it. Signed-off-by: Johannes Berg <[EMAIL PROTECTED]>
--- wireless-dev.orig/include/net/d80211.h 2006-11-19 20:14:00.039275208 +0100 +++ wireless-dev/include/net/d80211.h 2006-11-19 20:14:00.639275208 +0100 @@ -531,9 +531,6 @@ struct ieee80211_hw { * 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