equal
deleted
inserted
replaced
146 * |
146 * |
147 * The packet should be enqueued in a tx queue, and should be |
147 * The packet should be enqueued in a tx queue, and should be |
148 * dequeued as soon as the DCF function determines that |
148 * dequeued as soon as the DCF function determines that |
149 * access it granted to this MAC. |
149 * access it granted to this MAC. |
150 */ |
150 */ |
151 virtual void Enqueue (Ptr<const Packet> packet, Mac48Address to) = 0; |
151 virtual void Enqueue (Ptr<const Packet> packet, Mac48Address to, Mac48Address from) = 0; |
152 /** |
152 /** |
153 * \param phy the physical layer attached to this MAC. |
153 * \param phy the physical layer attached to this MAC. |
154 */ |
154 */ |
155 virtual void SetWifiPhy (Ptr<WifiPhy> phy) = 0; |
155 virtual void SetWifiPhy (Ptr<WifiPhy> phy) = 0; |
156 /** |
156 /** |