Commit 4f9de774 authored by Gavin O'Leary's avatar Gavin O'Leary Committed by Greg Kroah-Hartman

staging: wlan-ng: fixed a comment

Fixed a comment style issue.
Signed-off-by: default avatarGavin O'Leary <gavinoleary3@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 1534bc2c
......@@ -592,7 +592,8 @@ static int prism2_connect(struct wiphy *wiphy, struct net_device *dev,
}
/* Now do the actual join. Note there is no way that I can
see to request a specific bssid */
* see to request a specific bssid
*/
msg_join.msgcode = DIDmsg_lnxreq_autojoin;
memcpy(msg_join.ssid.data.data, sme->ssid, length);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment