Re: [Linux-zigbee-devel] [PATCH v4] ieee802154: MRF24J40 driver

2012-06-14 Thread Alan Ott
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

[Linux-zigbee-devel] [PATCH v4] ieee802154: MRF24J40 driver

2012-06-14 Thread Alan Ott
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().