> given this structure:
> struct foo {
>   struct bar {
>      int baz;
>   }
> }
> 
> these accesses are equivalent:
> (*(foo->bar)).baz
> foo->bar->baz
> 
> Signed-off-by: Andreas Fenkart <afenk...@gmail.com>

Thanks, 7 patches applied to wireless-drivers-next.git:

0a233c98a8e9 mwifiex: scan: simplify dereference of bss_desc fields
38329568c3f7 mwifiex: scan: factor out has_ieee_hdr/has_vendor_hdr
2ccf7cef0cf9 mwifiex: scan: simplify ternary operators using gnu extension
679b687bc96d mwifiex: scan: factor out dbg_security_flags
948ad6b34943 mwifiex: scan: replace pointer arithmetic with array access
c70ca8cb9a7c mwifiex: factor out mwifiex_cancel_pending_scan_cmd
85abfb1239ec mwifiex: make mwifiex_insert_cmd_to_free_q local static

Kalle Valo
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to