Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -930,7 +930,9 @@ _Pragma("GCC diagnostic pop")
#endif /* STRICT_GCC_WARNINGS */

#define BCM_LIST_FOR_EACH_ENTRY_SAFE(pos, next, head, member) \
list_for_each_entry_safe((pos), (next), (head), member)
if(!((head)->next)) ; else \
list_for_each_entry_safe((pos), (next), (head), member)

extern int ioctl_version;

static inline struct wl_bss_info *next_bss(struct wl_scan_results *list, struct wl_bss_info *bss)
Expand Down