CVSROOT: /cvs Module name: src Changes by: [EMAIL PROTECTED] 2008/08/13 11:44:45
Modified files: sys/net80211 : ieee80211_input.c Log message: one should never use sizeof(struct llc) since 802.2 LLC headers have a variable length. use LLC_SNAPFRAMELEN instead (which happen to be equal to sizeof(struct llc)) as we only deal with LLC+SNAP headers. some indentation tweaks while i'm here. no binary change.