From eb6323fd7ab522e0c7f447ad08fc96a12a5df1b6 Mon Sep 17 00:00:00 2001
From: Pierre LALET <pierre.lalet@cea.fr>
Date: Tue, 3 Sep 2013 19:55:36 +0200
Subject: [PATCH] Documentation update (comment from pbi in issue #5058)

---
 doc/scapy/usage.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/doc/scapy/usage.rst b/doc/scapy/usage.rst
index 4a2744cb..ffc40106 100644
--- a/doc/scapy/usage.rst
+++ b/doc/scapy/usage.rst
@@ -1059,6 +1059,8 @@ you can have a kind of FakeAP::
               Dot11Elt(ID="TIM", info="\x00\x01\x00\x00"),
               iface="mon0", loop=1)
 
+Depending on the driver, the commands needed to get a working frame injection interface may vary. You may also have to replace the first pseudo-layer (in the example ``RadioTap()``) by ``PrismHeader()``, or by a proprietary pseudo-layer, or even to remove it.
+
 
 Simple one-liners
 =================
-- 
GitLab