diff for duplicates of <20180502124903.GA24880@mwanda> diff --git a/a/1.txt b/N1/1.txt index 109c572..cbcc365 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -39,7 +39,7 @@ Smatch distructs skb->data like the plague. 212 return ret; 213 } 214 - 215 if (rx_pkt_type = PKT_TYPE_MGMT) { + 215 if (rx_pkt_type == PKT_TYPE_MGMT) { 216 ret = mwifiex_process_mgmt_packet(priv, skb); 217 if (ret) 218 mwifiex_dbg(adapter, DATA, "Rx of mgmt packet failed"); @@ -70,7 +70,8 @@ We check ->priority here. 241 sta_ptr = mwifiex_get_sta_entry(priv, ta); 242 if (sta_ptr) - 243 sta_ptr->rx_seq[local_rx_pd->priority] 244 le16_to_cpu(local_rx_pd->seq_num); + 243 sta_ptr->rx_seq[local_rx_pd->priority] = + 244 le16_to_cpu(local_rx_pd->seq_num); 245 mwifiex_auto_tdls_update_peer_signal(priv, ta, 246 local_rx_pd->snr, 247 local_rx_pd->nf); diff --git a/a/content_digest b/N1/content_digest index 619c114..961aa19 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Dan Carpenter <dan.carpenter@oracle.com>\0" "Subject\0[bug report] mwifiex: do le_to_cpu conversion for Rx packet header elements\0" - "Date\0Wed, 02 May 2018 12:49:03 +0000\0" + "Date\0Wed, 2 May 2018 15:49:03 +0300\0" "To\0akarwar@marvell.com\0" "Cc\0kernel-janitors@vger.kernel.org" linux-wireless@vger.kernel.org @@ -48,7 +48,7 @@ " 212 return ret;\n" " 213 }\n" " 214 \n" - " 215 if (rx_pkt_type = PKT_TYPE_MGMT) {\n" + " 215 if (rx_pkt_type == PKT_TYPE_MGMT) {\n" " 216 ret = mwifiex_process_mgmt_packet(priv, skb);\n" " 217 if (ret)\n" " 218 mwifiex_dbg(adapter, DATA, \"Rx of mgmt packet failed\");\n" @@ -79,7 +79,8 @@ "\n" " 241 sta_ptr = mwifiex_get_sta_entry(priv, ta);\n" " 242 if (sta_ptr)\n" - " 243 sta_ptr->rx_seq[local_rx_pd->priority] 244 le16_to_cpu(local_rx_pd->seq_num);\n" + " 243 sta_ptr->rx_seq[local_rx_pd->priority] =\n" + " 244 le16_to_cpu(local_rx_pd->seq_num);\n" " 245 mwifiex_auto_tdls_update_peer_signal(priv, ta,\n" " 246 local_rx_pd->snr,\n" " 247 local_rx_pd->nf);\n" @@ -102,4 +103,4 @@ "regards,\n" dan carpenter -948af98562c386a68a46a58e56884ced76a4c1b97c5b3d9ec7b18f52c8a61993 +e7b0a81f9407f07209e407836e09ebd8b127d73a611085559579f75d2c3f0e8f
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.