locsemege Creative Commons License 2009.06.21 0 0 22
Jól látom, hogy a 2.6.29.5-ös illetve 2.6.30-as kernelek egy olyan hibát javítanak, amely spontán felülírhatta a memóriát? Ez annyiban érdekes, hogy ezt a modult használja a gépem. Nem is működik jól...

mac80211: pid, fix memory corruption

commit 6909268dc93ae4b0b8e1ebb4b2fa70b1a47dd347 upstream.

pid doesn't count with some band having more bitrates than the one
associated the first time.
Fix that by counting the maximal available bitrate count and allocate
big enough space.

Secondly, fix touching uninitialized memory which causes panics.
Index sucked from this random memory points to the hell.
The fix is to sort the rates on each band change.