2008-07-24 07:40:38

by Rami Rosen

[permalink] [raw]
Subject: [PATCH 1/1] mac80211: replace MAC80211_VERBOSE_PS_DEBUG with CONFIG_MAC80211_VERBOSE_PS_DEBUG in net/mac80211/tx.c.

Hi,

In net/mac80211/tx.c, there are some #ifdef which checks
MAC80211_VERBOSE_PS_DEBUG
(which in fact is never set) instead of
CONFIG_MAC80211_VERBOSE_PS_DEBUG, as should be.

This patch replaces MAC80211_VERBOSE_PS_DEBUG with
CONFIG_MAC80211_VERBOSE_PS_DEBUG in these #ifdef commands in
net/mac80211/tx.c.

(for wireless-next-2.6 tree)

Regards,
Rami Rosen

Signed-off-by: Rami Rosen <[email protected]>


Attachments:
(No filename) (407.00 B)
patch.txt (1.26 kB)
Download all attachments