| Commit message (Expand) | Author | Age | Files | Lines |
* | mwifiex: move under marvell vendor directory | Kalle Valo | 2015-11-18 | 1 | -1500/+0 |
* | mwifiex: don't always include ht/vht info in tdls confirm frame | Aniket Nagarnaik | 2015-09-29 | 1 | -0/+12 |
* | mwifiex: using right aid value for tdls action frame | Xinming Hu | 2015-08-06 | 1 | -1/+1 |
* | mwifiex: enhance tdls link setup condition | Xinming Hu | 2015-07-21 | 1 | -4/+4 |
* | mwifiex: enable tdls channel switch ext_cap | Xinming Hu | 2015-07-21 | 1 | -0/+6 |
* | mwifiex: add tdls config command | Xinming Hu | 2015-07-21 | 1 | -0/+64 |
* | mwifiex: change dbg print func to mwifiex_dbg | Zhaoyang Liu | 2015-05-26 | 1 | -42/+44 |
* | wireless: fix typos in mwifiex and rtlwifi | Masanari Iida | 2015-05-09 | 1 | -1/+1 |
* | mwifiex: tdls: Use setup_timer | Julia Lawall | 2015-01-07 | 1 | -3/+2 |
* | mwifiex: report tdls peers in debugfs | Xinming Hu | 2015-01-06 | 1 | -0/+30 |
* | mwifiex: add auto TDLS support | Avinash Patil | 2014-11-17 | 1 | -0/+233 |
* | mwifiex: wmm support for TDLS link | Avinash Patil | 2014-11-17 | 1 | -0/+55 |
* | mwifiex: fix probable memory corruption while processing TDLS frame | Avinash Patil | 2014-09-15 | 1 | -1/+3 |
* | mwifiex: remove redundant TDLS setup action frame check and avoid leaks | Bing Zhao | 2014-07-16 | 1 | -12/+10 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2014-07-10 | 1 | -0/+2 |
|\ |
|
| * | mwifiex: initialize Tx/Rx info of a packet correctly | Amitkumar Karwar | 2014-07-03 | 1 | -0/+2 |
* | | wireless: mwifiex: Use the proper interfaces | Thomas Gleixner | 2014-06-25 | 1 | -6/+2 |
* | | Revert "mwifiex: Use the proper interfaces" | Bing Zhao | 2014-06-25 | 1 | -2/+6 |
* | | mwifiex: Use the proper interfaces | Thomas Gleixner | 2014-06-20 | 1 | -6/+2 |
|/ |
|
* | mwifiex: use 'const' qualifier for 2nd arg of mwifiex_tdls_add_ht_oper | John W. Linville | 2014-05-22 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next | John W. Linville | 2014-05-22 | 1 | -20/+24 |
|\ |
|
| * | cfg80211: constify MAC addresses in cfg80211 ops | Johannes Berg | 2014-05-19 | 1 | -20/+24 |
* | | mwifiex: add HT operation IE in TDLS setup confirm | Avinash Patil | 2014-05-07 | 1 | -0/+53 |
|/ |
|
* | mwifiex: Remove casts of pointer to same type | Joe Perches | 2014-03-27 | 1 | -3/+3 |
* | mwifiex: remove global variable cmd_wait_q_required | Bing Zhao | 2014-02-28 | 1 | -8/+8 |
* | mwifiex: memory corruption in mwifiex_tdls_add_vht_capab() | Dan Carpenter | 2014-02-24 | 1 | -1/+1 |
* | mwifiex: disable all TDLS link during disconnection | Avinash Patil | 2014-02-12 | 1 | -0/+35 |
* | mwifiex: add VHT support for TDLS | Avinash Patil | 2014-02-12 | 1 | -4/+217 |
* | mwifiex: AMPDU support for TDLS link | Avinash Patil | 2014-02-12 | 1 | -0/+1 |
* | mwifiex: tdls related handling for data packets addressed to TDLS peer | Avinash Patil | 2014-02-12 | 1 | -0/+11 |
* | mwifiex: provision for holding and restoring packets during TDLS setup | Avinash Patil | 2014-02-12 | 1 | -0/+94 |
* | mwifiex: add cfg80211 change_station handler support | Avinash Patil | 2014-02-12 | 1 | -0/+23 |
* | mwifiex: add cfg80211 add_station handler support | Avinash Patil | 2014-02-12 | 1 | -0/+28 |
* | mwifiex: add cfg80211 tdls_oper handler support | Avinash Patil | 2014-02-12 | 1 | -0/+97 |
* | mwifiex: parse TDLS action frames during RX | Avinash Patil | 2014-02-12 | 1 | -0/+119 |
* | mwifiex: add tdls_mgmt handler support | Avinash Patil | 2014-02-12 | 1 | -0/+423 |