Re: [PATCH v2 06/18] ath9k: add new function ath9k_hw_read_array

2015-03-21 Thread Marc Kleine-Budde
_hw_write_array(struct ath_hw *ah, const struct ar5416IniArray > *array, > int column, unsigned int *writecnt); > +void ath9k_hw_read_array(struct ath_hw *ah, u32 array[][2], int size); > u32 ath9k_hw_reverse_bits(u32 val, u32 n); > u16 ath9k_hw_computetx

Re: [PATCH 06/13] wlcore: enable sleep during AP mode operation

2015-03-25 Thread Marc Kleine-Budde
truct conf_ap_sleep_settings ap_sleep; > } __packed; This patch requires a new firmware, loading of "wl18xx-conf.bin" from [1] fails with: > wlcore: ERROR configuration binary file size is wrong, expected 1226 got 1221 regards, Marc [1] http://git.kernel.org/cgit/linux/ker

Re: [PATCH 06/13] wlcore: enable sleep during AP mode operation

2015-03-25 Thread Marc Kleine-Budde
On 03/25/2015 01:58 PM, Eliad Peller wrote: > hi Marc, > > On Wed, Mar 25, 2015 at 2:27 PM, Marc Kleine-Budde > wrote: >> On 12/29/2014 07:24 AM, Eliad Peller wrote: >>> From: Kobi L >>> >>> Enable ELP authorization in AP mode and enable the

Re: [PATCH 8/8] Makefile: drop -D__CHECK_ENDIAN__ from cflags

2016-12-15 Thread Marc Kleine-Budde
On 12/15/2016 06:15 AM, Michael S. Tsirkin wrote: > That's the default now, no need for makefiles to set it. > > Signed-off-by: Michael S. Tsirkin > --- [...] > drivers/net/can/Makefile | 1 - For drivers/net/can/Makefile: Acked-by: Marc Kl

Re: [PATCH net-next 4/5] treewide: replace dev->trans_start update with helper

2016-05-09 Thread Marc Kleine-Budde
ontext->data_len; > > /* prevent tx timeout */ > - netdev->trans_start = jiffies; > + netif_trans_update(netdev); > break; > > default: > @@ -373,7 +373,7 @@ static netdev_tx_t peak_usb_ndo_start_xmit(struct sk_buff