summaryrefslogtreecommitdiff
path: root/sound/parisc/Makefile
blob: b91e750aba02c69e70b87ee92903dcd0c1d5bce0 (plain)
1
2
3
4
5
6
7
8
#
# Makefile for ALSA
#

snd-harmony-objs := harmony.o

# Toplevel Module Dependency
obj-$(CONFIG_SND_HARMONY) += snd-harmony.o
inux/net-next.git/patch/?id=c56480a1e90261842f54f3a5a9ebc12d827f0c3e'>patch) tree6484401506f92c5502e3ca4895db3fa7cd9e256b parent119aecbae57e6f10b85b7cd5e070eef006dbcd74 (diff)
sctp: add support for generating stream reconf ssn/tsn reset request chunk
This patch is to define SSN/TSN Reset Request Parameter described in rfc6525 section 4.3. Signed-off-by: Xin Long <lucien.xin@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat
-rw-r--r--include/linux/sctp.h5
-rw-r--r--include/net/sctp/sm.h2
-rw-r--r--net/sctp/sm_make_chunk.c29
3 files changed, 36 insertions, 0 deletions
diff --git a/include/linux/sctp.h b/include/linux/sctp.h