Ticket #1072: ath_hardstart_crash_fix.diff
| File ath_hardstart_crash_fix.diff, 0.5 kB (added by rozteck@interia.pl, 5 years ago) |
|---|
-
madwifi-svn-r1860/ath/if_ath.c
old new 2757 2771 * flush out stale FF from staging Q for applicable operational modes. 2758 2772 */ 2759 2773 /* XXX: ADHOC mode too? */ 2760 if ( txq && ic->ic_opmode == IEEE80211_M_HOSTAP)2774 if ((ic != NULL) && (txq) && (ic->ic_opmode == IEEE80211_M_HOSTAP)) 2761 2775 ath_ffstageq_flush(sc, txq, ath_ff_ageflushtestdone); 2762 2776 #endif 2763 2777
