| .. | .. |
|---|
| 599 | 599 | struct prism2_download_param *param); |
|---|
| 600 | 600 | int (*tx)(struct sk_buff *skb, struct net_device *dev); |
|---|
| 601 | 601 | 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; |
|---|
| 603 | 603 | |
|---|
| 604 | 604 | int need_tx_headroom; /* number of bytes of headroom needed before |
|---|
| 605 | 605 | * IEEE 802.11 header */ |
|---|
| .. | .. |
|---|
| 615 | 615 | u32 addr; /* wlan card address */ |
|---|
| 616 | 616 | u32 len; |
|---|
| 617 | 617 | u8 *data; /* allocated data */ |
|---|
| 618 | | - } data[0]; |
|---|
| 618 | + } data[]; |
|---|
| 619 | 619 | }; |
|---|
| 620 | 620 | |
|---|
| 621 | 621 | |
|---|