| Commit message (Expand) | Author | Age | Files | Lines |
* | mwifiex: move under marvell vendor directory | Kalle Valo | 2015-11-18 | 1 | -2639/+0 |
* | mwifiex: fix NULL pointer dereference during hidden SSID scan | Aniket Nagarnaik | 2015-09-29 | 1 | -1/+1 |
* | mwifiex: NULL check for cfg80211_inform_bss() | Xinming Hu | 2015-09-29 | 1 | -8/+12 |
* | mwifiex: fix unable to connect hidden SSID AP on DFS channel | chunfan chen | 2015-08-13 | 1 | -11/+132 |
* | mwifiex: use maximum ssid length as 0xfe for p2p | Aniket Nagarnaik | 2015-07-21 | 1 | -0/+4 |
* | mwifiex: add bss mode TLV to extended scan command | Aniket Nagarnaik | 2015-07-21 | 1 | -0/+10 |
* | mwifiex: change dbg print func to mwifiex_dbg | Zhaoyang Liu | 2015-05-26 | 1 | -168/+206 |
* | mwifiex: add dump data debug support | Zhaoyang Liu | 2015-05-26 | 1 | -0/+3 |
* | mwifiex: do not declare wdev as pointer | Avinash Patil | 2015-01-29 | 1 | -5/+5 |
* | mwifiex: check driver status in connect and scan handlers | Amitkumar Karwar | 2015-01-23 | 1 | -0/+6 |
* | mwifiex: fix scan problem on big endian platforms | Amitkumar Karwar | 2014-11-25 | 1 | -1/+1 |
* | mwifiex: channel statistics support for mwifiex | Avinash Patil | 2014-10-31 | 1 | -1/+75 |
* | mwifiex: ensure user_scan_in not NULL while setting scan channel gap | Avinash Patil | 2014-09-26 | 1 | -16/+17 |
* | mwifiex: remove low priority scan handling | Amitkumar Karwar | 2014-09-15 | 1 | -30/+29 |
* | mwifiex: remove redundant variable report_scan_result | Amitkumar Karwar | 2014-09-15 | 1 | -3/+0 |
* | mwifiex: remove restriction of single channel scan when connected | Avinash Patil | 2014-09-15 | 1 | -6/+0 |
* | mwifiex: bring in scan channel gap feature | Avinash Patil | 2014-09-15 | 1 | -0/+17 |
* | mwifiex: rework internal scan for association | Avinash Patil | 2014-09-15 | 1 | -1/+26 |
* | cfg80211: allow passing frame type to cfg80211_inform_bss() | Johannes Berg | 2014-08-26 | 1 | -1/+2 |
* | mwifiex: update Copyright to 2014 | Xinming Hu | 2014-06-25 | 1 | -1/+1 |
* | mwifiex: fix a crash in extended scan event processing | Avinash Patil | 2014-05-29 | 1 | -10/+19 |
* | mwifiex: fix IE parsing issues | Amitkumar Karwar | 2014-04-22 | 1 | -13/+7 |
* | mwifiex: increase the number of nodes in command pool | Amitkumar Karwar | 2014-04-22 | 1 | -15/+2 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2014-03-31 | 1 | -3/+16 |
|\ |
|
| * | mwifiex: scan command preparation failure handling | Amitkumar Karwar | 2014-03-31 | 1 | -2/+15 |
| * | mwifiex: Remove casts of pointer to same type | Joe Perches | 2014-03-27 | 1 | -1/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-03-15 | 1 | -4/+4 |
|\ \
| |/
|/| |
|
| * | mwifiex: save and copy AP's VHT capability info correctly | Amitkumar Karwar | 2014-03-06 | 1 | -4/+4 |
* | | mwifiex: remove global variable cmd_wait_q_required | Bing Zhao | 2014-02-28 | 1 | -2/+2 |
* | | mwifiex: cleanup in mwifiex_fill_cap_info() | Amitkumar Karwar | 2014-02-12 | 1 | -1/+1 |
* | | mwifiex: implement extended scan feature | Amitkumar Karwar | 2014-02-12 | 1 | -6/+185 |
* | | mwifiex: separate out next scan command queueing logic | Amitkumar Karwar | 2014-02-12 | 1 | -62/+71 |
* | | mwifiex: separate out response buffer parsing code | Amitkumar Karwar | 2014-02-12 | 1 | -146/+163 |
* | | mwifiex: change beacon parameter structure | Amitkumar Karwar | 2014-02-12 | 1 | -10/+15 |
|/ |
|
* | mwifiex: add missing endian conversion for fw_tsf | Amitkumar Karwar | 2014-01-13 | 1 | -2/+2 |
* | cfg80211: consolidate passive-scan and no-ibss flags | Luis R. Rodriguez | 2013-11-25 | 1 | -2/+2 |
* | mwifiex: populate rates in probe request using cfg80211_scan_request | Avinash Patil | 2013-08-01 | 1 | -17/+46 |
* | mwifiex: channel switch handling for station | Amitkumar Karwar | 2013-06-19 | 1 | -0/+18 |
* | mwifiex: add basic 11h support for station | Amitkumar Karwar | 2013-06-19 | 1 | -0/+19 |
* | mwifiex: abort remaining scan commands when association started | Bing Zhao | 2013-05-22 | 1 | -1/+2 |
* | mwifiex: remove global user_scan_cfg variable | Amitkumar Karwar | 2013-05-22 | 1 | -14/+8 |
* | mwifiex: remove redundant initialization for bss_descriptor | Bing Zhao | 2013-04-22 | 1 | -29/+0 |
* | mwifiex: fix use-after-free in beacon_ie processing | Bing Zhao | 2013-04-22 | 1 | -0/+8 |
* | mwifiex: complete last internal scan | Bing Zhao | 2013-04-03 | 1 | -2/+9 |
* | mwifiex: fix race when queuing commands | Amitkumar Karwar | 2013-03-18 | 1 | -4/+4 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2013-02-19 | 1 | -10/+53 |
|\ |
|
| * | mwifiex: add 802.11AC support | Yogesh Ashok Powar | 2013-02-18 | 1 | -0/+48 |
| * | mwifiex: coding style cleanup in bss parameter update | Yogesh Ashok Powar | 2013-02-18 | 1 | -10/+5 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2013-02-18 | 1 | -1/+1 |
|\| |
|
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2013-02-14 | 1 | -4/+5 |
| |\ |
|