Fix value of IEEE802.11 MTU

This commit is contained in:
vemax78 2014-03-23 22:23:20 +01:00
parent 884130dff1
commit bb85dc3e23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
#endif
/* Global values */
#define IEEE80211_MTU 2304
#define IEEE80211_MTU 7981
#define IEEE80211_SUPPORTEDRATE_MAX_COUNT 16
#define IEEE80211_MAX_STATIONS 2007