Hi Avinash, FYI, there are new compile warnings show up in tree: git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git master head: e73930134aafdf703d77043a429e46d254176ac8 commit: d1cf3b958cb6940cb4e0a71697458035dad9e5b9 [53/59] mwifiex: support RX AMSDU aggregation for uAP config: powerpc-allmodconfig (attached as .config) All error/warnings: drivers/net/wireless/mwifiex/uap_event.c: In function 'mwifiex_process_uap_event': drivers/net/wireless/mwifiex/uap_event.c:251:11: warning: comparison of distinct pointer types lacks a cast [enabled by default] vim +251 drivers/net/wireless/mwifiex/uap_event.c 248 249 if (priv->media_connected) { 250 adapter->tx_buf_size = > 251 min(adapter->curr_tx_buf_size, 252 le16_to_cpu(*(__le16 *)adapter->event_body)); 253 254 dev_dbg(adapter->dev, "event: tx_buf_size %d\n", --- 0-DAY kernel build testing backend Open Source Technology Centre Fengguang Wu Intel Corporation