The first page DuckDuckGo returns when you query the message is:

Avoid printing "nl_recvmsgs() error: (-33) Dump inconsistency detected, interrupted". DUMP_INTR error is harmless for scan (see in code comments).
http://gnome-networkmanager.2324886.n4.nabble.com/PATCH-wifi-do-not-print-dump-inconsistency-error-for-get-scan-command-td23283.html

The code comments:
+                       /* Kernel scan list can change while we are dumping it, 
as new scan
+                        * results from H/W can arrive. BSS info is assured to 
be consistent
+                        * and we don't need consistent view of whole scan 
list. Hence do
+                        * not warn on DUMP_INTR error for get scan command.
+                        */

So, nothing to worry about.

Reply via email to