Staging: wlan-ng: Eliminate usage of procfs.
[firefly-linux-kernel-4.4.55.git] / drivers / staging / wlan-ng / p80211netdev.h
index ddfcc98779d7481fd54ca146c70d453f8d764071..62fc2cbaf8afd7512b05d8d7bf722c001270646e 100644 (file)
@@ -203,10 +203,6 @@ typedef struct wlandevice
                                              netdevice_t *dev);
        void            (*tx_timeout)(struct wlandevice *wlandev);
 
-#ifdef CONFIG_PROC_FS
-       int             (*nsd_proc_read)(char *page, char **start, off_t offset, int count, int *eof, void *data);
-#endif
-
        /* 802.11 State */
        UINT8           bssid[WLAN_BSSID_LEN];
        p80211pstr32_t  ssid;
@@ -228,12 +224,6 @@ typedef struct wlandevice
        netdevice_t             *netdev;        /* ptr to linux netdevice */
        struct net_device_stats linux_stats;
 
-#ifdef CONFIG_PROC_FS
-       /* Procfs support */
-       struct proc_dir_entry   *procdir;
-       struct proc_dir_entry   *procwlandev;
-#endif
-
        /* Rx bottom half */
        struct tasklet_struct   rx_bh;