diff options
Diffstat (limited to 'drivers/net/wireless/prism54/isl_ioctl.c')
-rw-r--r-- | drivers/net/wireless/prism54/isl_ioctl.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/net/wireless/prism54/isl_ioctl.c b/drivers/net/wireless/prism54/isl_ioctl.c index bc08464d8323..a45818ebfdfb 100644 --- a/drivers/net/wireless/prism54/isl_ioctl.c +++ b/drivers/net/wireless/prism54/isl_ioctl.c | |||
@@ -23,6 +23,7 @@ | |||
23 | #include <linux/module.h> | 23 | #include <linux/module.h> |
24 | #include <linux/kernel.h> | 24 | #include <linux/kernel.h> |
25 | #include <linux/if_arp.h> | 25 | #include <linux/if_arp.h> |
26 | #include <linux/slab.h> | ||
26 | #include <linux/pci.h> | 27 | #include <linux/pci.h> |
27 | 28 | ||
28 | #include <asm/uaccess.h> | 29 | #include <asm/uaccess.h> |
@@ -1897,7 +1898,7 @@ prism54_get_mac(struct net_device *ndev, struct iw_request_info *info, | |||
1897 | return 0; | 1898 | return 0; |
1898 | } | 1899 | } |
1899 | 1900 | ||
1900 | /* Setting policy also clears the MAC acl, even if we don't change the defaut | 1901 | /* Setting policy also clears the MAC acl, even if we don't change the default |
1901 | * policy | 1902 | * policy |
1902 | */ | 1903 | */ |
1903 | 1904 | ||
@@ -2323,7 +2324,7 @@ prism54_process_trap_helper(islpci_private *priv, enum oid_num_t oid, | |||
2323 | 2324 | ||
2324 | case DOT11_OID_BEACON: | 2325 | case DOT11_OID_BEACON: |
2325 | send_formatted_event(priv, | 2326 | send_formatted_event(priv, |
2326 | "Received a beacon from an unkown AP", | 2327 | "Received a beacon from an unknown AP", |
2327 | mlme, 0); | 2328 | mlme, 0); |
2328 | break; | 2329 | break; |
2329 | 2330 | ||