Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 30b437db authored by Johan Meiring's avatar Johan Meiring Committed by Greg Kroah-Hartman
Browse files

staging: wlags49_h2: wl_priv.h: fixes instances of 80+ char lines



This commit corrects cases where lines where longer than 80
characters.  checkpatch.pl now reports that this file has no further
issues.

Signed-off-by: default avatarJohan Meiring <johanmeiring@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 067f0dc3
Loading
Loading
Loading
Loading
+12 −6
Original line number Original line Diff line number Diff line
@@ -70,17 +70,23 @@
#ifdef WIRELESS_EXT
#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 */
#endif  /* WIRELESS_EXT */