Comment 199 for bug 1239578

Revision history for this message
Clive Cox (clivejcox) wrote :

I'm not sure its more stable yet Larry, but seems to be I think, though I have had rare days with only 1 lockup before.

The only time I had a complete kernel panic and errors printed to screen as shown by my incomplete stack trace from #191 was when I had another process using all of memory and lots of swap and I then tried to use browser at same time.

I see you added a new branch kernel_version with recent commits, but if I switch to that and try to compile it fails for me:

In file included from /root/wifi/rtlwifi_new/regd.c:31:0:
/root/wifi/rtlwifi_new/regd.c: In function ‘_rtl_reg_apply_beaconing_flags’:
/root/wifi/rtlwifi_new/regd.h:34:32: error: ‘IEEE80211_CHAN_NO_IR’ undeclared (first use in this function)
 #define IEEE80211_CHAN_NO_IBSS IEEE80211_CHAN_NO_IR
                                ^
/root/wifi/rtlwifi_new/regd.c:180:20: note: in expansion of macro ‘IEEE80211_CHAN_NO_IBSS’
      ch->flags &= ~IEEE80211_CHAN_NO_IBSS;
                    ^