Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353850
b: refs/heads/master
c: 30b437d
h: refs/heads/master
v: v3
  • Loading branch information
Johan Meiring authored and Greg Kroah-Hartman committed Jan 7, 2013
1 parent 896a80b commit 09575b9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 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: 067f0dc33a1be4c061dce541c53322360bc4726c
refs/heads/master: 30b437db2af0b07d80f8f785cb2508366477bc47
18 changes: 12 additions & 6 deletions trunk/drivers/staging/wlags49_h2/wl_priv.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,17 +70,23 @@
#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 Down

0 comments on commit 09575b9

Please sign in to comment.