staging:wlan-ng:cfg80211.c Aligned code with open parenthesis
Fixed Alignment should match open parenthesis checkpatch CHECK. Signed-off-by: Scott Matheina <scott@matheina.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
686ef485d5
commit
045cb1c7b8
1 changed files with 3 additions and 3 deletions
|
@ -483,8 +483,8 @@ static int prism2_connect(struct wiphy *wiphy, struct net_device *dev,
|
||||||
msg_join.authtype.data = P80211ENUM_authalg_sharedkey;
|
msg_join.authtype.data = P80211ENUM_authalg_sharedkey;
|
||||||
else
|
else
|
||||||
netdev_warn(dev,
|
netdev_warn(dev,
|
||||||
"Unhandled authorisation type for connect (%d)\n",
|
"Unhandled authorisation type for connect (%d)\n",
|
||||||
sme->auth_type);
|
sme->auth_type);
|
||||||
|
|
||||||
/* Set the encryption - we only support wep */
|
/* Set the encryption - we only support wep */
|
||||||
if (is_wep) {
|
if (is_wep) {
|
||||||
|
@ -667,7 +667,7 @@ void prism2_disconnected(struct wlandevice *wlandev)
|
||||||
void prism2_roamed(struct wlandevice *wlandev)
|
void prism2_roamed(struct wlandevice *wlandev)
|
||||||
{
|
{
|
||||||
cfg80211_roamed(wlandev->netdev, NULL, wlandev->bssid,
|
cfg80211_roamed(wlandev->netdev, NULL, wlandev->bssid,
|
||||||
NULL, 0, NULL, 0, GFP_KERNEL);
|
NULL, 0, NULL, 0, GFP_KERNEL);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Structures for declaring wiphy interface */
|
/* Structures for declaring wiphy interface */
|
||||||
|
|
Loading…
Reference in a new issue