Skip to content

Commit

Permalink
Merge pull request #27 from mogrenp/master
Browse files Browse the repository at this point in the history
Removing XenClient Branding from Test Data
  • Loading branch information
jean-edouard committed Dec 16, 2015
2 parents 6130c2e + 7863ebb commit d5fc2fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wnet/xenwnet/wlan.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ WlanGetBackendValues (

/* TODO this is just test data */
NdisMoveMemory(WlanAdapter->XenBSSID, "\x00\x1D\xE0\x97\xAA\x33", sizeof(NDIS_802_11_MAC_ADDRESS));
NdisMoveMemory(WlanAdapter->XenSSID.Ssid, "XenClient Wireless", 11);
NdisMoveMemory(WlanAdapter->XenSSID.Ssid, "OpenXT Wireless", 11);
WlanAdapter->XenSSID.SsidLength = 11;
WlanAdapter->XenConnected = TRUE;

Expand Down

0 comments on commit d5fc2fe

Please sign in to comment.