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