[wtp] update config for 802.11n support
This commit is contained in:
parent
7293ce43da
commit
8e0b88cc4e
@ -149,6 +149,17 @@ application: {
|
|||||||
dscp = 0; # not used yet
|
dscp = 0; # not used yet
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
ieee80211n = {
|
||||||
|
a-msdu = true;
|
||||||
|
a-mpdu = true;
|
||||||
|
require-ht = false;
|
||||||
|
short-gi = true;
|
||||||
|
ht40 = false;
|
||||||
|
max-sup-mcs = 15;
|
||||||
|
max-mand-mcs = 7;
|
||||||
|
tx-antenna = 0;
|
||||||
|
rx-antenna = 0;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user