Replace printk with netdev_info because struct ieee80211_device
contains a net_device structure.
Issue found by checkpatch.pl script.
WARNING: Prefer [subsystem eg: netdev]_info([subsystem]dev, ... then
dev_info(dev, ... then pr_info(...  to printk(KERN_INFO ...
Signed-off-by: Georgiana Chelu <georgiana.chelu93@example.com>
Acked-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 
        if (ACT_ADDBARSP == type) {
                // Status Code
-               printk(KERN_INFO "=====>to send ADDBARSP\n");
+               netdev_info(ieee->dev, "=====>to send ADDBARSP\n");
 
                put_unaligned_le16(StatusCode, tag);
                tag += 2;
        pBaTimeoutVal = (u16 *)(tag + 5);
        pBaStartSeqCtrl = (PSEQUENCE_CONTROL)(req + 7);
 
-       printk(KERN_INFO "====================>rx ADDBAREQ from :%pM\n", dst);
+       netdev_info(ieee->dev, "====================>rx ADDBAREQ from :%pM\n", dst);
 //some other capability is not ready now.
        if ((ieee->current_network.qos_data.active == 0) ||
                (!ieee->pHTInfo->bCurrentHTSupport)) //||