[wtp] update config for 802.11n support

This commit is contained in:
Andreas Schultz 2016-03-14 13:44:45 +01:00
parent 7293ce43da
commit 8e0b88cc4e
1 changed files with 11 additions and 0 deletions

View File

@ -149,6 +149,17 @@ application: {
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;
};
}
);