commit | 5422399518e8142198df888aab00acdac251f754 | [log] [tgz] |
---|---|---|
author | Rami Rosen <ramirose@gmail.com> | Thu Jul 24 10:40:37 2008 +0300 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Jul 29 16:55:07 2008 -0400 |
tree | 1922c0efe9d490c0152487f977241fd9375e101c | |
parent | 0b06b2ae0e474fc6378117c832bcd94785a9e975 [diff] |
mac80211: append CONFIG_ to MAC80211_VERBOSE_PS_DEBUG in net/mac80211/tx.c. 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. Signed-off-by: Rami Rosen <ramirose@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>