5 results
Order by date - Order by pertinence
All (5)
High-tech (5)
 
[RFC] lib: crc8: add new library module providing crc8 algorithm
The brcm80211 driver in staging tree uses a crc8 function. Based on feedback from John Linville to move this to lib directory, the linux source has been searched. Although there is currently only one other kernel driver using this algorithm (ie. ...
Message posted on the May 24th, 2011 - 4:30 PM ET
[RFC] lib: crc8: add new library module providing crc8 algorithm
The brcm80211 driver in staging tree uses a crc8 function. Based on feedback from John Linville to move this to lib directory, the linux source has been searched. Although there is currently only one other kernel driver using this algorithm (ie. ...
Message posted on the May 22nd, 2011 - 4:10 AM ET
[RFC] lib: crc8: add new library module providing crc8 algorithm
The brcm80211 driver in staging tree uses a crc8 function. Based on feedback from John Linville to move this to lib directory, the linux source has been searched. Although there is currently only one other kernel driver using this algorithm (ie. ...
Message posted on the May 21st, 2011 - 5:00 PM ET
Re: [RFC] lib: crc8: add new library module providing crc8
True, a different init value likely results in a different good value. Actually, it doesn't. The good value is only non-zero to compensate for the final byte inversion. You'll notice that it's equal to crc8_table[0xff], where oxff is the XOR ...
Message posted on the May 22nd, 2011 - 11:30 AM ET
[RFC V4] lib: crc8: add new library module providing crc8 algorithm
!!REMARK!!: Which tree maintainer is willing to take this patch when ready? As it is mainly used in (wireless) networking protocols propose either wireless-next or net-next maintainers. The brcm80211 driver in staging tree uses a crc8 function. ...
Message posted on the May 25th, 2011 - 6:50 AM ET