mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-31 05:54:26 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			406 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			406 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- a/drivers/net/wireless/ath/ath9k/xmit.c
 | |
| +++ b/drivers/net/wireless/ath/ath9k/xmit.c
 | |
| @@ -19,7 +19,7 @@
 | |
|  
 | |
|  #define BITS_PER_BYTE           8
 | |
|  #define OFDM_PLCP_BITS          22
 | |
| -#define HT_RC_2_MCS(_rc)        ((_rc) & 0x0f)
 | |
| +#define HT_RC_2_MCS(_rc)        ((_rc) & 0x1f)
 | |
|  #define HT_RC_2_STREAMS(_rc)    ((((_rc) & 0x78) >> 3) + 1)
 | |
|  #define L_STF                   8
 | |
|  #define L_LTF                   8
 |