|
@@ -170,9 +170,9 @@ static int qlcnic_82xx_store_beacon(struct qlcnic_adapter *adapter,
|
|
|
|
|
|
if (ahw->extra_capability[0] & QLCNIC_FW_CAPABILITY_2_BEACON) {
|
|
|
err = qlcnic_get_beacon_state(adapter, &h_beacon_state);
|
|
|
- if (!err) {
|
|
|
- dev_info(&adapter->pdev->dev,
|
|
|
- "Failed to get current beacon state\n");
|
|
|
+ if (err) {
|
|
|
+ netdev_err(adapter->netdev,
|
|
|
+ "Failed to get current beacon state\n");
|
|
|
} else {
|
|
|
if (h_beacon_state == QLCNIC_BEACON_DISABLE)
|
|
|
ahw->beacon_state = 0;
|