wireless: Remove casts to same type
[deliverable/linux.git] / drivers / net / wireless / mwifiex / 11n.h
index 77646d777dcead88b1838a0fcf1c5aa66c3e4c70..28366e9211fbb8773f1eae98441401aea6473ca1 100644 (file)
@@ -105,8 +105,7 @@ static inline u8 mwifiex_space_avail_for_new_ba_stream(
                priv = adapter->priv[i];
                if (priv)
                        ba_stream_num += mwifiex_wmm_list_len(
-                                               (struct list_head *)
-                                               &priv->tx_ba_stream_tbl_ptr);
+                               &priv->tx_ba_stream_tbl_ptr);
        }
 
        return ((ba_stream_num <
This page took 0.02514 seconds and 5 git commands to generate.