aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/staging/wfx/queue.c2
-rw-r--r--drivers/staging/wfx/sta.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/wfx/queue.c b/drivers/staging/wfx/queue.c
index 5d29bce65f71..71e92744fed0 100644
--- a/drivers/staging/wfx/queue.c
+++ b/drivers/staging/wfx/queue.c
@@ -550,7 +550,7 @@ struct hif_msg *wfx_tx_queues_get(struct wfx_dev *wdev)
spin_unlock_bh(&wvif->ps_state_lock);
if (vif_more) {
- more = 1;
+ more = true;
tx_allowed_mask = vif_tx_allowed_mask;
queue = vif_queue;
ret = 0;
diff --git a/drivers/staging/wfx/sta.c b/drivers/staging/wfx/sta.c
index 93f3739b5f3a..70a00b84ac5f 100644
--- a/drivers/staging/wfx/sta.c
+++ b/drivers/staging/wfx/sta.c
@@ -291,7 +291,7 @@ u64 wfx_prepare_multicast(struct ieee80211_hw *hw, struct netdev_hw_addr_list *m
ether_addr_copy(wvif->mcast_filter.address_list[i], ha->addr);
i++;
}
- wvif->mcast_filter.enable = 1;
+ wvif->mcast_filter.enable = true;
wvif->mcast_filter.num_addresses = count;
}