CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2010/09/19 18:11:37
Modified files: sys/dev/ic : atw.c Log message: After the gcc4 switch the stack protector triggers in atw when a buffer is overflowed. Fix this and increase the size of the rate buffer (which is still < IEEE80211_RATE_MAXSIZE due to hardware restrictions) while here. ok claudio@ damien@