Search Linux Wireless

Re: [PATCH 2/3] rt2x00: call entry directly in rt2x00_dump_frame

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

 



On 8 February 2017 at 13:51, Stanislaw Gruszka <sgruszka@xxxxxxxxxx> wrote:
>  drivers/net/wireless/ralink/rt2x00/rt2x00.h      | 4 ++--

> diff --git a/drivers/net/wireless/ralink/rt2x00/rt2x00.h b/drivers/net/wireless/ralink/rt2x00/rt2x00.h
> index ea299c4..26869b3 100644
> --- a/drivers/net/wireless/ralink/rt2x00/rt2x00.h
> +++ b/drivers/net/wireless/ralink/rt2x00/rt2x00.h
> @@ -1400,11 +1400,11 @@ struct queue_entry *rt2x00queue_get_entry(struct data_queue *queue,
>   */
>  #ifdef CONFIG_RT2X00_LIB_DEBUGFS
>  void rt2x00debug_dump_frame(struct rt2x00_dev *rt2x00dev,
> -                           enum rt2x00_dump_type type, struct sk_buff *skb);
> +                           enum rt2x00_dump_type type, struct queue_entry *entry);
>  #else
>  static inline void rt2x00debug_dump_frame(struct rt2x00_dev *rt2x00dev,
>                                           enum rt2x00_dump_type type,
> -                                         struct sk_buff *skb)
> +                                         struct queue_entry *entry)
>  {
>  }
>  #endif /* CONFIG_RT2X00_LIB_DEBUGFS */

In the comment above that, you forgot to update:

 * @skb: The skb containing the frame to be dumped.


Cheers,
     jer



[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