diff options
Diffstat (limited to 'drivers/net/wireless/rt2x00/rt2x00.h')
| -rw-r--r-- | drivers/net/wireless/rt2x00/rt2x00.h | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/wireless/rt2x00/rt2x00.h b/drivers/net/wireless/rt2x00/rt2x00.h index ca36cccaba3..8f754025b06 100644 --- a/drivers/net/wireless/rt2x00/rt2x00.h +++ b/drivers/net/wireless/rt2x00/rt2x00.h @@ -396,8 +396,7 @@ struct rt2x00_intf {  	 * for hardware which doesn't support hardware  	 * sequence counting.  	 */ -	spinlock_t seqlock; -	u16 seqno; +	atomic_t seqno;  };  static inline struct rt2x00_intf* vif_to_intf(struct ieee80211_vif *vif)  |