diff options
| author | Dedy Lansky <[email protected]> | 2017-12-14 16:53:12 +0000 |
|---|---|---|
| committer | Kalle Valo <[email protected]> | 2018-01-09 08:03:33 +0000 |
| commit | 83957bc3aeaf8e6d1b7917ce4ebe943e5d48dc4c (patch) | |
| tree | 976f4e3f59c1679f1d964e8015bd5f8053d69695 /drivers/net/wireless/ath/wil6210/wmi.c | |
| parent | wil6210: prevent parallel suspend and dump collection (diff) | |
| download | kernel-83957bc3aeaf8e6d1b7917ce4ebe943e5d48dc4c.tar.gz kernel-83957bc3aeaf8e6d1b7917ce4ebe943e5d48dc4c.zip | |
wil6210: remove leftover "FIXME"s
"FIXME: IRQ mask debug" and "FIXME: interrupts enabled - for debug"
can be removed because wil6210_debug_irq_mask() is now considered
production feature.
"FIXME FW can transmit only ucast frames to peer" and "FIXME real
ring_id instead of hard coded 0" can be removed because FW/HW already
support multicast transmission.
Signed-off-by: Dedy Lansky <[email protected]>
Signed-off-by: Maya Erez <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
Diffstat (limited to 'drivers/net/wireless/ath/wil6210/wmi.c')
| -rw-r--r-- | drivers/net/wireless/ath/wil6210/wmi.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/wil6210/wmi.c b/drivers/net/wireless/ath/wil6210/wmi.c index d06090d59da2..9b9882ca3bff 100644 --- a/drivers/net/wireless/ath/wil6210/wmi.c +++ b/drivers/net/wireless/ath/wil6210/wmi.c @@ -813,8 +813,6 @@ static void wmi_evt_connect(struct wil6210_priv *wil, int id, void *d, int len) } } - /* FIXME FW can transmit only ucast frames to peer */ - /* FIXME real ring_id instead of hard coded 0 */ ether_addr_copy(wil->sta[evt->cid].addr, evt->bssid); wil->sta[evt->cid].status = wil_sta_conn_pending; |
