Search Linux Wireless

Re: [PATCH] mac80211: add debugfs file for last rx rate

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

 



On 11/29/2012 08:04 PM, Johannes Berg wrote:
> On Thu, 2012-11-29 at 19:54 +0530, Saravana wrote:
>> Add a debugfs file showing the rate at which
>> the last packet is received.
> 
> Applied, but:
> 
>> +static ssize_t sta_last_rx_rate_read(struct file *file, char __user *userbuf,
>> +				      size_t count, loff_t *ppos)
> 
> fixed indentation here
> 
> 
>> +	return mac80211_format_buffer(userbuf, count, ppos, "%d.%d MBit/s\n",
>> +					rate/10, rate%10);
> 
> and here
> 
> (and also a bunch of whitespace changes in the other patches)
> 

Thanks Johannes for taking care of modifications. Will take care of indentation and the whitespace issues in future.
> johannes
> 
> 

--
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