Skip to content

Commit bf69e42

Browse files
authored
Merge pull request #32 from haimbo/disable_IsVendorClassSupported
ibsim/sim_net.c: Remove IsVendorClassSupported capability bit from HCAs
2 parents 8a6958d + c7afabc commit bf69e42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ibsim/sim_net.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ static const uint8_t swport_down[] = {
110110
static const uint8_t hcaport[] = {
111111
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
112112
0xFE, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
113-
0x00, 0x02, 0x00, 0x01, 0x00, 0x50, 0xC0, 0x48,
113+
0x00, 0x02, 0x00, 0x01, 0x00, 0x40, 0xC0, 0x48,
114114
0x00, 0x00, 0x0F, 0xF9, 0x01, 0x03, 0x03, 0x02,
115115
0x12, 0x52, 0x00, 0x11, 0x40, 0x40, 0x00, 0x08,
116116
0x08, 0x04, 0xFF, 0x10, 0x00, 0x00, 0x00, 0x00,

0 commit comments

Comments
 (0)