hc
2024-02-19 1c055e55a242a33e574e48be530e06770a210dcd
kernel/drivers/net/wireless/intersil/hostap/hostap_wlan.h
....@@ -599,7 +599,7 @@
599599 struct prism2_download_param *param);
600600 int (*tx)(struct sk_buff *skb, struct net_device *dev);
601601 int (*set_tim)(struct net_device *dev, int aid, int set);
602
- const struct file_operations *read_aux_fops;
602
+ const struct proc_ops *read_aux_proc_ops;
603603
604604 int need_tx_headroom; /* number of bytes of headroom needed before
605605 * IEEE 802.11 header */
....@@ -615,7 +615,7 @@
615615 u32 addr; /* wlan card address */
616616 u32 len;
617617 u8 *data; /* allocated data */
618
- } data[0];
618
+ } data[];
619619 };
620620
621621