Search Linux Wireless

Re: [PATCH 1/4] cfg80211: add P2P Notice of Absence attribute

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

 



Since you're going to have to resend anyway ...

> +/* Notice of Absence attribute - described in P2P spec 4.1.14 */
> +/* Typical max value used here */
> +#define IEEE80211_P2P_NOA_DESC_MAX	4
> +
> +struct ieee80211_p2p_noa_desc {
> +	u8	count;
> +	__le32	duration;
> +	__le32	interval;
> +	__le32	start_time;
> +} __packed;
> +
> +struct ieee80211_p2p_noa_attr {
> +	u8	index;
> +	u8	oppps_ctwindow;
> +	struct ieee80211_p2p_noa_desc desc[IEEE80211_P2P_NOA_DESC_MAX];

I think you should just have a single space, even if that doesn't line
up any more then.

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