On 09/21/2011 04:57 PM, Jouni Malinen wrote: > This allows RSN pre-authentication to be used when roaming decisions are > done in the target. Thanks, applied. A cosmetic comment: > + ath6kl_dbg(ATH6KL_DBG_WMI, "truncated neighbor event " > + "(num=%d len=%d)\n", ev->num_neighbors, len); It's preferred that the format string is all in one line like this (sorry for thunderbird's formatting): ath6kl_dbg(ATH6KL_DBG_WMI, "truncated neighbor event (num=%d len=%d)\n", ev->num_neighbors, len); Latest checkpatch will allow lines over 80 chars when it's like this. Kalle -- 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