Search Linux Wireless

Re: [PATCH 00/12] ath6kl: checkpatch fixes

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, 2012-03-07 at 19:57 +0200, Kalle Valo wrote:
> On 02/29/2012 08:21 PM, Joe Perches wrote:
> > On Wed, 2012-02-29 at 19:41 +0200, Kalle Valo wrote:
> >> On 02/29/2012 07:37 PM, Joe Perches wrote:
> >>> Why not just make these functions?
> >> Because of the HI_ITEM() macro I can't pass the item parameter to a
> >> function:
> >> #define HI_ITEM(item)  offsetof(struct host_interest, item)
> > Perhaps something like:
> > void _ath6kl_bmi_write_hi32(struct ath6kl ar, size_t offset, u32 *val)
> > {
> > 	u32 addr;
> > 	__le32 v;
> > 
> > 	addr = ath6kl_get_hi_item_addr(ar, offset);
> > 	v = cpu_to_le32(*val);
> > 	ath6kl_bmi_write(ar, addr, (u8 *)&v, sizeof(v));
> > }
> > #define ath6kl_bmi_write_hi32(ar, item, val)		\
> > 	_ath6kl_bmi_write_hi32(ar, HI_ITEM(item), &(val))
> 
> I tried this but actually this ends to a header file dependency hell. I
> don't want to deal with that right now so I have to use the original macros.

No worries.
When your series is stable, maybe I'll play with it.


--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Wireless Personal Area Network]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite Hiking]     [MIPS Linux]     [ARM Linux]     [Linux RAID]

  Powered by Linux