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

origin
mark 24 years ago
parent c746125f76
commit e495a2c98b

@ -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 */

Loading…
Cancel
Save