diff options
Diffstat (limited to 'Documentation/DocBook')
-rw-r--r-- | Documentation/DocBook/80211.tmpl | 5 | ||||
-rw-r--r-- | Documentation/DocBook/kernel-hacking.tmpl | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/Documentation/DocBook/80211.tmpl b/Documentation/DocBook/80211.tmpl index 8906648f962b..445289cd0e65 100644 --- a/Documentation/DocBook/80211.tmpl +++ b/Documentation/DocBook/80211.tmpl | |||
@@ -402,8 +402,9 @@ | |||
402 | !Finclude/net/mac80211.h set_key_cmd | 402 | !Finclude/net/mac80211.h set_key_cmd |
403 | !Finclude/net/mac80211.h ieee80211_key_conf | 403 | !Finclude/net/mac80211.h ieee80211_key_conf |
404 | !Finclude/net/mac80211.h ieee80211_key_flags | 404 | !Finclude/net/mac80211.h ieee80211_key_flags |
405 | !Finclude/net/mac80211.h ieee80211_tkip_key_type | 405 | !Finclude/net/mac80211.h ieee80211_get_tkip_p1k |
406 | !Finclude/net/mac80211.h ieee80211_get_tkip_key | 406 | !Finclude/net/mac80211.h ieee80211_get_tkip_p1k_iv |
407 | !Finclude/net/mac80211.h ieee80211_get_tkip_p2k | ||
407 | !Finclude/net/mac80211.h ieee80211_key_removed | 408 | !Finclude/net/mac80211.h ieee80211_key_removed |
408 | </chapter> | 409 | </chapter> |
409 | 410 | ||
diff --git a/Documentation/DocBook/kernel-hacking.tmpl b/Documentation/DocBook/kernel-hacking.tmpl index 7b3f49363413..07a9c48de5a2 100644 --- a/Documentation/DocBook/kernel-hacking.tmpl +++ b/Documentation/DocBook/kernel-hacking.tmpl | |||
@@ -409,7 +409,7 @@ cond_resched(); /* Will sleep */ | |||
409 | 409 | ||
410 | <para> | 410 | <para> |
411 | You should always compile your kernel | 411 | You should always compile your kernel |
412 | <symbol>CONFIG_DEBUG_SPINLOCK_SLEEP</symbol> on, and it will warn | 412 | <symbol>CONFIG_DEBUG_ATOMIC_SLEEP</symbol> on, and it will warn |
413 | you if you break these rules. If you <emphasis>do</emphasis> break | 413 | you if you break these rules. If you <emphasis>do</emphasis> break |
414 | the rules, you will eventually lock up your box. | 414 | the rules, you will eventually lock up your box. |
415 | </para> | 415 | </para> |