Ticket #407: madwifi-ng-r1866-no-headerlen-resv.patch

File madwifi-ng-r1866-no-headerlen-resv.patch, 425 bytes (added by rich@phekda.gotadsl.co.uk, 2 years ago)

Patch to disable hardware header reservation

  • net80211/if_athproto.h

    old new  
    9191 * Reserve enough buffer header length to avoid reallocation on fast-frame 
    9292 * rx and tx. 
    9393 */ 
    94 #define USE_HEADERLEN_RESV      1 
     94/*#define USE_HEADERLEN_RESV    1*/ 
     95#undef USE_HEADERLEN_RESV 
    9596 
    9697#endif /* _NET_IF_ATH_PROTO_H_ */