On Thursday 04 October 2007 13:35:09 Daniel Drake wrote: > @@ -206,6 +212,11 @@ static inline struct zd_mac *zd_usb_to_mac(struct zd_usb *usb) > return zd_chip_to_mac(zd_usb_to_chip(usb)); > } > > +static inline u8 *zd_mac_get_perm_addr(struct zd_mac *mac) > +{ > + return mac->hw->wiphy->perm_addr; > +} > + > #define zd_mac_dev(mac) (zd_chip_dev(&(mac)->chip)) > > struct ieee80211_hw *zd_mac_alloc_hw(struct usb_interface *intf); We talked about these obfuscator- (a.k.a. helper-) functions on IRC... ;) -- Greetings Michael. - To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html