|
@@ -70,17 +70,17 @@
|
|
|
#ifdef WIRELESS_EXT
|
|
|
|
|
|
|
|
|
-int wvlan_set_netname( struct net_device *, struct iw_request_info *, union iwreq_data *, char *extra );
|
|
|
+int wvlan_set_netname(struct net_device *, struct iw_request_info *, union iwreq_data *, char *extra);
|
|
|
|
|
|
-int wvlan_get_netname( struct net_device *, struct iw_request_info *, union iwreq_data *, char *extra );
|
|
|
+int wvlan_get_netname(struct net_device *, struct iw_request_info *, union iwreq_data *, char *extra);
|
|
|
|
|
|
-int wvlan_set_station_nickname( struct net_device *, struct iw_request_info *, union iwreq_data *, char *extra );
|
|
|
+int wvlan_set_station_nickname(struct net_device *, struct iw_request_info *, union iwreq_data *, char *extra);
|
|
|
|
|
|
-int wvlan_get_station_nickname( struct net_device *, struct iw_request_info *, union iwreq_data *, char *extra );
|
|
|
+int wvlan_get_station_nickname(struct net_device *, struct iw_request_info *, union iwreq_data *, char *extra);
|
|
|
|
|
|
-int wvlan_set_porttype( struct net_device *, struct iw_request_info *, union iwreq_data *, char *extra );
|
|
|
+int wvlan_set_porttype(struct net_device *, struct iw_request_info *, union iwreq_data *, char *extra);
|
|
|
|
|
|
-int wvlan_get_porttype( struct net_device *, struct iw_request_info *, union iwreq_data *, char *extra );
|
|
|
+int wvlan_get_porttype(struct net_device *, struct iw_request_info *, union iwreq_data *, char *extra);
|
|
|
|
|
|
|
|
|
#endif // WIRELESS_EXT
|
|
@@ -90,7 +90,7 @@ int wvlan_get_porttype( struct net_device *, struct iw_request_info *, union iw
|
|
|
|
|
|
#ifdef USE_UIL
|
|
|
|
|
|
-int wvlan_uil( struct uilreq *urq, struct wl_private *lp );
|
|
|
+int wvlan_uil(struct uilreq *urq, struct wl_private *lp);
|
|
|
|
|
|
// int wvlan_uil_connect( struct uilreq *urq, struct wl_private *lp );
|
|
|
// int wvlan_uil_disconnect( struct uilreq *urq, struct wl_private *lp );
|
|
@@ -109,11 +109,11 @@ int wvlan_uil( struct uilreq *urq, struct wl_private *lp );
|
|
|
|
|
|
#ifdef USE_RTS
|
|
|
|
|
|
-int wvlan_rts( struct rtsreq *rrq, __u32 io_base );
|
|
|
-int wvlan_rts_read( __u16 reg, __u16 *val, __u32 io_base );
|
|
|
-int wvlan_rts_write( __u16 reg, __u16 val, __u32 io_base );
|
|
|
-int wvlan_rts_batch_read( struct rtsreq *rrq, __u32 io_base );
|
|
|
-int wvlan_rts_batch_write( struct rtsreq *rrq, __u32 io_base );
|
|
|
+int wvlan_rts(struct rtsreq *rrq, __u32 io_base);
|
|
|
+int wvlan_rts_read(__u16 reg, __u16 *val, __u32 io_base);
|
|
|
+int wvlan_rts_write(__u16 reg, __u16 val, __u32 io_base);
|
|
|
+int wvlan_rts_batch_read(struct rtsreq *rrq, __u32 io_base);
|
|
|
+int wvlan_rts_batch_write(struct rtsreq *rrq, __u32 io_base);
|
|
|
|
|
|
#endif // USE_RTS
|
|
|
|