Age | Commit message (Expand) | Author | Files | Lines |
2017-10-13 | mwifiex: Use put_unaligned_le32 | Himanshu Jha | 1 | -6/+4 |
2017-10-13 | mwifiex: double the size of chan_stats array in adapter | Rohit Fule | 1 | -1/+4 |
2017-10-13 | mwifiex: minor cleanups w/ sta_list_spinlock in cfg80211.c | Douglas Anderson | 2 | -9/+11 |
2017-10-13 | mwifiex: kill useless list_empty checks | Douglas Anderson | 4 | -26/+0 |
2017-10-10 | mwifiex: Random MAC address during scanning | Karthik Ananthapadmanabha | 2 | -4/+7 |
2017-09-25 | mwifiex: make const array tos_to_ac static, reduces object code size | Colin Ian King | 1 | -1/+2 |
2017-09-20 | mwifiex: use get_random_mask_addr() helper | Ganapathi Bhat | 1 | -6/+5 |
2017-09-20 | mwifiex: avoid storing random_mac in private | Ganapathi Bhat | 3 | -9/+6 |
2017-09-20 | mwifiex: make const arrays static to shink object code size | Colin Ian King | 1 | -7/+7 |
2017-09-20 | mwifiex: remove unnecessary call to memset | Himanshu Jha | 1 | -2/+0 |
2017-09-20 | mwifiex: check for mfg_mode in add_virtual_intf | Ganapathi Bhat | 1 | -8/+11 |
2017-09-20 | mwifiex: notify cfg80211 about scan abort | Ganapathi Bhat | 1 | -5/+1 |
2017-08-17 | mwifiex: check for NL80211_SCAN_FLAG_RANDOM_ADDR during hidden SSID scan | Ganapathi Bhat | 1 | -1/+2 |
2017-08-17 | mwifiex: do not use random MAC for pre-association scanning | Ganapathi Bhat | 1 | -1/+0 |
2017-08-10 | mwifiex: uap: enable 11d based on userspace configruation | Xinming Hu | 3 | -12/+27 |
2017-08-10 | mwifiex: constify usb_device_id | Arvind Yadav | 1 | -1/+1 |
2017-08-10 | libertas_tf: constify usb_device_id | Arvind Yadav | 1 | -1/+1 |
2017-08-10 | libertas: constify usb_device_id | Arvind Yadav | 1 | -1/+1 |
2017-08-08 | mwifiex: p2p: use separate device address | Xinming Hu | 3 | -15/+34 |
2017-08-08 | mwifiex: wrapper wps ie in pass through tlv | Xinming Hu | 1 | -1/+1 |
2017-08-08 | mwifiex: Do not change bss_num in change_virtual_intf | Xinming Hu | 1 | -8/+0 |
2017-08-08 | mwifiex: replace netif_carrier_on/off by netif_device_attach/dettach | Ganapathi Bhat | 1 | -10/+4 |
2017-08-03 | mwifiex: pcie: compatible with wifi-only image while extract wifi-part fw | Xinming Hu | 1 | -7/+19 |
2017-08-03 | mwifiex: make addba request command clean | Xinming Hu | 1 | -0/+2 |
2017-08-03 | mwifiex: correct IE parse during association | Xinming Hu | 1 | -60/+55 |
2017-07-28 | mwifiex: fix spelling mistake: "Insuffient" -> "Insufficient" | Colin Ian King | 1 | -1/+1 |
2017-07-28 | mwifiex: usb: fix spelling mistake: "aggreataon"-> "aggregation" | Colin Ian King | 1 | -1/+1 |
2017-07-28 | mwifiex: disable uapsd in tdls config | Xinming Hu | 1 | -6/+5 |
2017-07-28 | mwifiex: usb: unlock on error in mwifiex_usb_tx_aggr_tmo() | Dan Carpenter | 1 | -1/+2 |
2017-07-28 | mwifiex: uninit wakeup info in the error handling | Jeffy Chen | 1 | -1/+6 |
2017-07-28 | mwifiex: fix compile warning of unused variable | Shawn Lin | 1 | -1/+2 |
2017-07-28 | mwifiex: drop num CPU notice | Brian Norris | 1 | -3/+1 |
2017-07-28 | mwifiex: keep mwifiex_cancel_pending_ioctl() static | Brian Norris | 2 | -2/+3 |
2017-07-28 | mwifiex: pcie: remove unnecessary 'pdev' check | Brian Norris | 1 | -8/+5 |
2017-07-28 | mwifiex: pcie: disable device DMA before unmapping/freeing buffers | Brian Norris | 1 | -7/+9 |
2017-07-28 | mwifiex: debugfs: allow card_reset() to cancel things | Brian Norris | 1 | -2/+0 |
2017-07-28 | mwifiex: pcie: unify MSI-X / non-MSI-X interrupt process | Brian Norris | 1 | -65/+3 |
2017-07-28 | mwifiex: pcie: remove unnecessary masks | Brian Norris | 1 | -4/+0 |
2017-07-28 | mwifiex: drop 'add_tail' param from mwifiex_insert_cmd_to_pending_q() | Brian Norris | 3 | -7/+6 |
2017-07-28 | mwifiex: don't open-code ARRAY_SIZE() | Brian Norris | 3 | -12/+5 |
2017-07-28 | mwifiex: utilize netif_tx_{wake,stop}_all_queues() | Brian Norris | 1 | -18/+2 |
2017-07-28 | mwifiex: make mwifiex_free_cmd_buffer() return void | Brian Norris | 2 | -5/+3 |
2017-07-28 | mwifiex: fix misnomers in mwifiex_free_lock_list() | Brian Norris | 1 | -6/+3 |
2017-07-28 | mwifiex: ensure "disable auto DS" struct is initialized | Brian Norris | 1 | -3/+3 |
2017-07-28 | mwifiex: fixup init_channel_scan_gap error case | Brian Norris | 1 | -1/+2 |
2017-07-28 | mwifiex: don't short-circuit netdev notifiers on interface deletion | Brian Norris | 1 | -4/+0 |
2017-07-28 | mwifiex: unregister wiphy before freeing resources | Brian Norris | 3 | -1/+10 |
2017-07-28 | mwifiex: re-register wiphy across reset | Brian Norris | 1 | -3/+4 |
2017-07-28 | mwifiex: pcie: don't allow cmd buffer reuse after reset | Brian Norris | 1 | -1/+2 |
2017-07-28 | mwifiex: reset interrupt status across device reset | Brian Norris | 1 | -0/+1 |