mediatable
struct mediatable *mtable = tp->mtable;
u8 media_table_storage[(sizeof(struct mediatable) + 32*sizeof(struct medialeaf))];
struct mediatable *mtable;
struct mediatable *mtable;
tp->mtable = mtable = (struct mediatable *)&tp->media_table_storage[0];