Re: [PATH] Allow mtu bigger than 1500 for ieee80211
From: Johannes Berg <johannes@sipsolutions.net>
Date: 2006-09-29 11:55:24
From: Johannes Berg <johannes@sipsolutions.net>
Date: 2006-09-29 11:55:24
On Fri, 2006-09-29 at 11:30 +0200, Joerg Roedel wrote:
On Fri, Sep 29, 2006 at 09:38:21AM +0200, Johannes Berg wrote:quoted
On Thu, 2006-09-28 at 19:57 +0200, matthieu castet wrote:quoted
+ if ((new_mtu < 68) || (new_mtu > IEEE80211_DATA_LEN)) + return -EINVAL;What's with that lower limit, why 68?Isn't 68 the minimum MTU required by IPv4?
No idea, but shouldn't there be a named constant somewhere for that then? johannes