diff options
Diffstat (limited to 'drivers/net/wireless/libertas/join.c')
-rw-r--r-- | drivers/net/wireless/libertas/join.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/libertas/join.c b/drivers/net/wireless/libertas/join.c index 2db7fbfcaeb4..526b0b9db944 100644 --- a/drivers/net/wireless/libertas/join.c +++ b/drivers/net/wireless/libertas/join.c | |||
@@ -821,7 +821,7 @@ int libertas_ret_80211_ad_hoc_start(wlan_private * priv, | |||
821 | 821 | ||
822 | if (command == cmd_ret_802_11_ad_hoc_start) { | 822 | if (command == cmd_ret_802_11_ad_hoc_start) { |
823 | /* Update the created network descriptor with the new BSSID */ | 823 | /* Update the created network descriptor with the new BSSID */ |
824 | memcpy(bss->bssid, padhocresult->BSSID, ETH_ALEN); | 824 | memcpy(bss->bssid, padhocresult->bssid, ETH_ALEN); |
825 | } | 825 | } |
826 | 826 | ||
827 | /* Set the BSSID from the joined/started descriptor */ | 827 | /* Set the BSSID from the joined/started descriptor */ |