[urtwn] default to announcing RX 64K aggregates.
This commit is contained in:
parent
cac0319035
commit
a1a5d6cf5f
@ -794,6 +794,7 @@ urtwn_vap_create(struct ieee80211com *ic, const char name[IFNAMSIZ], int unit,
|
||||
|
||||
/* 802.11n parameters */
|
||||
vap->iv_ampdu_density = IEEE80211_HTCAP_MPDUDENSITY_16;
|
||||
vap->iv_ampdu_rxmax = IEEE80211_HTCAP_MAXRXAMPDU_64K;
|
||||
|
||||
if (opmode == IEEE80211_M_IBSS) {
|
||||
uvp->recv_mgmt = vap->iv_recv_mgmt;
|
||||
|
Loading…
Reference in New Issue
Block a user