mac80211: dont use interface indices in drivers
[deliverable/linux.git] / drivers / net / wireless / b43legacy / b43legacy.h
index e4de437b7896c757fcd306876fc69ba2afe597bc..8352a4e1cfc9f5760a70e373dace049ce0580ff0 100644 (file)
@@ -577,10 +577,7 @@ struct b43legacy_wl {
         * at a time. General information about this interface follows.
         */
 
-       /* Opaque ID of the operating interface from the ieee80211
-        * subsystem. Do not modify.
-        */
-       int if_id;
+       struct ieee80211_vif *vif;
        /* MAC address (can be NULL). */
        u8 mac_addr[ETH_ALEN];
        /* Current BSSID (can be NULL). */
This page took 0.026383 seconds and 5 git commands to generate.