On 06/15/2012 12:31 AM, Alan Ott wrote:
> Driver for the Microchip MRF24J40 802.15.4 WPAN module.
>
> Changes in v4
> Remove unnecessary #includes.
> Fix comment style.
> Fix hard-coded magic FIFO size
> Fix C99 comment style.
> Fix BUG_ON() for TX buffer length.
> Added blank lines for
Driver for the Microchip MRF24J40 802.15.4 WPAN module.
Changes in v4
Remove unnecessary #includes.
Fix comment style.
Fix hard-coded magic FIFO size
Fix C99 comment style.
Fix BUG_ON() for TX buffer length.
Added blank lines for readability.
use print_hex_dump() instead of printk().