On Sun, 2011-04-17 at 11:20 +0300, Eliad Peller wrote: > +static ssize_t beacon_interval_read(struct file *file, char __user *user_buf, > + size_t count, loff_t *ppos) > +{ > + struct wl1271 *wl = file->private_data; > + u8 value; > + > + if (wl->conf.conn.wake_up_event == CONF_WAKE_UP_EVENT_BEACON|| I also added one extra space before || here to avoid a checkpatch.pl warning. -- Cheers, Luca. -- 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