aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wlan-ng/prism2mib.c
diff options
context:
space:
mode:
authorMoritz Muehlenhoff <jmm@debian.org>2009-01-25 21:55:01 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2009-04-03 14:53:18 -0700
commit9b9556ecc4bd8279aec195de84fd7d45a9883547 (patch)
tree3b9dab9ca6ba8e38689e71358d3061250f3bfbda /drivers/staging/wlan-ng/prism2mib.c
parentStaging: wlan-ng: Replace WLAN_LOG_ERROR() with printk() (diff)
downloadlinux-dev-9b9556ecc4bd8279aec195de84fd7d45a9883547.tar.xz
linux-dev-9b9556ecc4bd8279aec195de84fd7d45a9883547.zip
Staging: wlan-ng: Replace WLAN_LOG_WARNING() with printk()
Signed-off-by: Moritz Muehlenhoff <jmm@debian.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/wlan-ng/prism2mib.c')
-rw-r--r--drivers/staging/wlan-ng/prism2mib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/wlan-ng/prism2mib.c b/drivers/staging/wlan-ng/prism2mib.c
index eb0ae51fd809..08460af4037e 100644
--- a/drivers/staging/wlan-ng/prism2mib.c
+++ b/drivers/staging/wlan-ng/prism2mib.c
@@ -729,7 +729,7 @@ void *data)
if (!isget)
if ((*uint32) % 2) {
- WLAN_LOG_WARNING("Attempt to set odd number "
+ printk(KERN_WARNING "Attempt to set odd number "
"FragmentationThreshold\n");
msg->resultcode.data = P80211ENUM_resultcode_not_supported;
return(0);