Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 58483 | Differences between
and this patch

Collapse All | Expand All

(-)RT2500-Linux-STA-1.4.4.0.orig/STA/Module/rtmp.h (-2 / +2 lines)
Lines 143-154 Link Here
143
#else
143
#else
144
#define NdisReleaseSpinLock(lock)       \
144
#define NdisReleaseSpinLock(lock)       \
145
{                                       \
145
{                                       \
146
    spin_unlock_bh(lock); \
146
    spin_unlock_irq(lock); \
147
}
147
}
148
148
149
#define NdisAcquireSpinLock(lock)       \
149
#define NdisAcquireSpinLock(lock)       \
150
{                                       \
150
{                                       \
151
    spin_lock_bh(lock);  \
151
    spin_lock_irq(lock);  \
152
}
152
}
153
#endif
153
#endif
154
154

Return to bug 58483