Added code to extend the maximum data length for AP mode.

This commit is contained in:
mark 2000-02-06 21:59:34 +00:00
parent c746125f76
commit e495a2c98b
1 changed files with 2 additions and 0 deletions

View File

@ -1428,6 +1428,8 @@ ibss_skip:
/* Set the macmode so the frame setup code knows what to do */
if ( msg->bsstype.data == P80211ENUM_bsstype_infrastructure ) {
wlandev->macmode = WLAN_MACMODE_ESS_AP;
word=2304; /* lets extend the data length a bit */
hfa384x_drvr_setconfig16(hw, HFA384x_RID_CNFMAXDATALEN, &word);
}
/* Set the BSSID to the same as our MAC */