Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 71161
b: refs/heads/master
c: 8ada720
h: refs/heads/master
i:
  71159: 3f6d1a1
v: v3
  • Loading branch information
Eric W. Biederman authored and Linus Torvalds committed Oct 18, 2007
1 parent 7384dc4 commit 32c16e7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 49ffcf8f99e8d33ec8afb450956804af518fd788
refs/heads/master: 8ada720d89d678eb5a09d3048a5e9a35c526800c
19 changes: 19 additions & 0 deletions trunk/kernel/sysctl_check.c
Original file line number Diff line number Diff line change
Expand Up @@ -703,6 +703,24 @@ static struct trans_ctl_table trans_net_dccp_table[] = {
{}
};

static struct trans_ctl_table trans_net_irda_table[] = {
{ NET_IRDA_DISCOVERY, "discovery" },
{ NET_IRDA_DEVNAME, "devname" },
{ NET_IRDA_DEBUG, "debug" },
{ NET_IRDA_FAST_POLL, "fast_poll_increase" },
{ NET_IRDA_DISCOVERY_SLOTS, "discovery_slots" },
{ NET_IRDA_DISCOVERY_TIMEOUT, "discovery_timeout" },
{ NET_IRDA_SLOT_TIMEOUT, "slot_timeout" },
{ NET_IRDA_MAX_BAUD_RATE, "max_baud_rate" },
{ NET_IRDA_MIN_TX_TURN_TIME, "min_tx_turn_time" },
{ NET_IRDA_MAX_TX_DATA_SIZE, "max_tx_data_size" },
{ NET_IRDA_MAX_TX_WINDOW, "max_tx_window" },
{ NET_IRDA_MAX_NOREPLY_TIME, "max_noreply_time" },
{ NET_IRDA_WARN_NOREPLY_TIME, "warn_noreply_time" },
{ NET_IRDA_LAP_KEEPALIVE_TIME, "lap_keepalive_time" },
{}
};

static struct trans_ctl_table trans_net_table[] = {
{ NET_CORE, "core", trans_net_core_table },
/* NET_ETHER not used */
Expand All @@ -724,6 +742,7 @@ static struct trans_ctl_table trans_net_table[] = {
{ NET_LLC, "llc", trans_net_llc_table },
{ NET_NETFILTER, "netfilter", trans_net_netfilter_table },
{ NET_DCCP, "dccp", trans_net_dccp_table },
{ NET_IRDA, "irda", trans_net_irda_table },
{ 2089, "nf_conntrack_max" },
{}
};
Expand Down

0 comments on commit 32c16e7

Please sign in to comment.