diff options
Diffstat (limited to 'drivers/staging/vt6655/iwctl.h')
-rw-r--r-- | drivers/staging/vt6655/iwctl.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/staging/vt6655/iwctl.h b/drivers/staging/vt6655/iwctl.h index c36dd748f521..871bd7c4e716 100644 --- a/drivers/staging/vt6655/iwctl.h +++ b/drivers/staging/vt6655/iwctl.h @@ -33,7 +33,6 @@ /*--------------------- Export Definitions -------------------------*/ - /*--------------------- Export Classes ----------------------------*/ /*--------------------- Export Variables --------------------------*/ @@ -42,7 +41,6 @@ struct iw_statistics *iwctl_get_wireless_stats(struct net_device *dev); - int iwctl_siwap(struct net_device *dev, struct iw_request_info *info, struct sockaddr *wrq, @@ -53,7 +51,6 @@ int iwctl_giwrange(struct net_device *dev, struct iw_point *wrq, char *extra); - int iwctl_giwmode(struct net_device *dev, struct iw_request_info *info, __u32 *wmode, @@ -119,7 +116,6 @@ int iwctl_siwrts(struct net_device *dev, struct iw_param *wrq, char *extra); - int iwctl_giwrts(struct net_device *dev, struct iw_request_info *info, struct iw_param *wrq, @@ -214,11 +210,7 @@ int iwctl_siwmlme(struct net_device *dev, #endif // #ifdef WPA_SUPPLICANT_DRIVER_WEXT_SUPPORT //End Add -- //2008-0409-07, <Add> by Einsn Liu - extern const struct iw_handler_def iwctl_handler_def; extern const struct iw_priv_args iwctl_private_args; #endif // __IWCTL_H__ - - - |