Linux kernel & device driver programming

Cross-Referenced Linux and Device Driver Code

[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ]
Version: [ 2.6.11.8 ] [ 2.6.25 ] [ 2.6.25.8 ] [ 2.6.31.13 ] Architecture: [ i386 ]

Diff markup

Differences between /linux/drivers/net/wireless/bcm43xx/bcm43xx_ilt.h (Version 2.6.25) and /linux/drivers/net/wireless/bcm43xx/bcm43xx_ilt.h (Version 2.6.31.13)


  1 #ifndef BCM43xx_ILT_H_                              1 
  2 #define BCM43xx_ILT_H_                            
  3                                                   
  4 #define BCM43xx_ILT_ROTOR_SIZE          53        
  5 extern const u32 bcm43xx_ilt_rotor[BCM43xx_ILT    
  6 #define BCM43xx_ILT_RETARD_SIZE         53        
  7 extern const u32 bcm43xx_ilt_retard[BCM43xx_IL    
  8 #define BCM43xx_ILT_FINEFREQA_SIZE      256       
  9 extern const u16 bcm43xx_ilt_finefreqa[BCM43xx    
 10 #define BCM43xx_ILT_FINEFREQG_SIZE      256       
 11 extern const u16 bcm43xx_ilt_finefreqg[BCM43xx    
 12 #define BCM43xx_ILT_NOISEA2_SIZE        8         
 13 extern const u16 bcm43xx_ilt_noisea2[BCM43xx_I    
 14 #define BCM43xx_ILT_NOISEA3_SIZE        8         
 15 extern const u16 bcm43xx_ilt_noisea3[BCM43xx_I    
 16 #define BCM43xx_ILT_NOISEG1_SIZE        8         
 17 extern const u16 bcm43xx_ilt_noiseg1[BCM43xx_I    
 18 #define BCM43xx_ILT_NOISEG2_SIZE        8         
 19 extern const u16 bcm43xx_ilt_noiseg2[BCM43xx_I    
 20 #define BCM43xx_ILT_NOISESCALEG_SIZE    27        
 21 extern const u16 bcm43xx_ilt_noisescaleg1[BCM4    
 22 extern const u16 bcm43xx_ilt_noisescaleg2[BCM4    
 23 extern const u16 bcm43xx_ilt_noisescaleg3[BCM4    
 24 #define BCM43xx_ILT_SIGMASQR_SIZE       53        
 25 extern const u16 bcm43xx_ilt_sigmasqr1[BCM43xx    
 26 extern const u16 bcm43xx_ilt_sigmasqr2[BCM43xx    
 27                                                   
 28                                                   
 29 void bcm43xx_ilt_write(struct bcm43xx_private     
 30 void bcm43xx_ilt_write32(struct bcm43xx_privat    
 31 u16 bcm43xx_ilt_read(struct bcm43xx_private *b    
 32                                                   
 33 #endif /* BCM43xx_ILT_H_ */                       
 34                                                   
  This page was automatically generated by the LXR engine.