Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353848
b: refs/heads/master
c: 00871bc
h: refs/heads/master
v: v3
  • Loading branch information
Johan Meiring authored and Greg Kroah-Hartman committed Jan 7, 2013
1 parent a55f528 commit 672185e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 13821d96d47098067df59d565f3b98c7694317f5
refs/heads/master: 00871bc0f8e6534af009c3c071d946efe5195fb8
24 changes: 12 additions & 12 deletions trunk/drivers/staging/wlags49_h2/wl_priv.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 );
Expand All @@ -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

Expand Down

0 comments on commit 672185e

Please sign in to comment.