From: Larry Finger <[EMAIL PROTECTED]> Date: Sat, 23 Sep 2006 16:40:15 -0500
> The maximum value for MTU is set in include/linux/if_ether.h for all > ethernet-type communications, not in softmac or ieee80211. I doubt > that one could easily change the number. It may be that the 802.11 > standard allows bigger frames, but it looks to me as if Linux does > not. Not correct. Linux is perfectly fine with setting 9000 byte MTU on ethernet devices that support it, and in fact just about every gigabit ethernet driver supports it. That macro you see in if_ether.h is just the value of the base MTU limit, so larger MTU settings are easily allowable on a per-device basis. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html