Skip to content

Commit

Permalink
staging: rtl8723bs: Fix alignment in rtw_wx_set_auth().
Browse files Browse the repository at this point in the history
Realign the function parameters and comment blocks to match the kernel
coding style.

Signed-off-by: Quytelda Kahja <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
quytelda authored and gregkh committed Mar 29, 2018
1 parent 86c0205 commit 79652e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/staging/rtl8723bs/os_dep/ioctl_linux.c
Original file line number Diff line number Diff line change
Expand Up @@ -2131,8 +2131,8 @@ static int rtw_wx_set_gen_ie(struct net_device *dev,
}

static int rtw_wx_set_auth(struct net_device *dev,
struct iw_request_info *info,
union iwreq_data *wrqu, char *extra)
struct iw_request_info *info,
union iwreq_data *wrqu, char *extra)
{
struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev);
struct iw_param *param = (struct iw_param*)&(wrqu->param);
Expand Down Expand Up @@ -2189,7 +2189,7 @@ static int rtw_wx_set_auth(struct net_device *dev,
case IW_AUTH_80211_AUTH_ALG:
/*
* It's the starting point of a link layer connection using wpa_supplicant
*/
*/
if (check_fwstate(&padapter->mlmepriv, _FW_LINKED)) {
LeaveAllPowerSaveMode(padapter);
rtw_disassoc_cmd(padapter, 500, false);
Expand Down

0 comments on commit 79652e2

Please sign in to comment.