Age | Commit message (Expand) | Author | Files | Lines |
2014-04-15 | mwifiex: fix hung task on command timeout | Amitkumar Karwar | 1 | -3/+4 |
2014-03-31 | mwifiex: use timeout variant for wait_event_interruptible | Amitkumar Karwar | 1 | -2/+3 |
2014-03-31 | mwifiex: cancel pending commands for signal | Amitkumar Karwar | 1 | -0/+1 |
2014-03-27 | mwifiex: cancel pending commands during host sleep | Amitkumar Karwar | 1 | -0/+3 |
2014-02-28 | mwifiex: remove global variable cmd_wait_q_required | Bing Zhao | 1 | -63/+54 |
2014-02-13 | mwifiex: add key material v2 support | Avinash Patil | 1 | -4/+32 |
2014-02-13 | mwifiex: remove unsupported code in 11ac | Bing Zhao | 1 | -1/+1 |
2014-02-05 | cfg80211: make connect ie param const | Johannes Berg | 1 | -1/+1 |
2014-01-09 | mwifiex: use a function to replace two copies of a code fragment | Bing Zhao | 1 | -6/+11 |
2013-12-19 | mwifiex: download per country tx power table to firmware | Bing Zhao | 1 | -0/+7 |
2013-12-19 | mwifiex: send regulatory domain info to firmware only if alpha2 changed | Bing Zhao | 1 | -0/+8 |
2013-11-26 | mwifiex: fix memory leak issue for ibss join | Ujjal Roy | 1 | -2/+2 |
2013-11-11 | mwifiex: replace u16 with __le16 in struct mwifiex_types_power_group | Amitkumar Karwar | 1 | -2/+3 |
2013-08-09 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -2/+2 |
2013-07-31 | mwifiex: fix command 0x2c timeout during p2p_find or p2p_connect | Stone Piao | 1 | -2/+2 |
2013-07-24 | mwifiex: correct max IE length check for WPS IE | Avinash Patil | 1 | -5/+6 |
2013-06-19 | mwifiex: channel switch handling for station | Amitkumar Karwar | 1 | -0/+8 |
2013-06-19 | mwifiex: add basic 11h support for station | Amitkumar Karwar | 1 | -0/+3 |
2013-06-19 | mwifiex: code rearrangement for better readability | Amitkumar Karwar | 1 | -12/+11 |
2013-06-17 | mwifiex: fix memory corruption when unsetting multicast list | Daniel Drake | 1 | -10/+8 |
2013-05-09 | mwifiex: fix setting of multicast filter | Daniel Drake | 1 | -15/+6 |
2013-04-22 | mwifiex: remove redundant initialization for bss_descriptor | Bing Zhao | 1 | -0/+5 |
2013-04-22 | mwifiex: fix use-after-free in beacon_ie processing | Bing Zhao | 1 | -5/+9 |
2013-04-08 | mwifiex: fix negative cmd_pending count | Bing Zhao | 1 | -3/+0 |
2013-03-30 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -8/+2 |
2013-03-18 | mwifiex: fix race when queuing commands | Amitkumar Karwar | 1 | -8/+2 |
2013-03-07 | mwifiex: shorten the host sleep configuration macro names | Amitkumar Karwar | 1 | -5/+5 |
2013-02-19 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -2/+3 |
2013-02-19 | mwifiex: add 802.11AC support | Yogesh Ashok Powar | 1 | -2/+3 |
2013-02-18 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -8/+3 |
2013-02-11 | cfg80211: move TSF into IEs | Johannes Berg | 1 | -1/+1 |
2013-02-11 | cfg80211: remove scan ies NULL check | Johannes Berg | 1 | -5/+0 |
2013-02-11 | cfg80211: pass wiphy to cfg80211_ref_bss/put_bss | Johannes Berg | 1 | -2/+2 |
2013-02-04 | wireless: Remove unnecessary alloc/OOM messages, alloc cleanups | Joe Perches | 1 | -8/+3 |
2013-01-11 | mwifiex: update config_bands during infra association | Amitkumar Karwar | 1 | -0/+14 |
2013-01-05 | mwifiex: check wait_event_interruptible return value | Bing Zhao | 1 | -11/+10 |
2012-12-06 | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber... | John W. Linville | 1 | -8/+25 |
2012-11-30 | wireless: mwifiex: Fix typo in wireless/mwifiex driver | Masanari Iida | 1 | -1/+1 |
2012-11-30 | mwifiex: fix struct member mismatch | Johannes Berg | 1 | -2/+3 |
2012-11-30 | cfg80211: fix BSS struct IE access races | Johannes Berg | 1 | -9/+26 |
2012-11-26 | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber... | John W. Linville | 1 | -2/+1 |
2012-11-26 | cfg80211: remove remain-on-channel channel type | Johannes Berg | 1 | -2/+1 |
2012-11-14 | mwifiex: add multi-queue support | Avinash Patil | 1 | -4/+2 |
2012-10-18 | wireless: drivers: make use of WLAN_EID_VENDOR_SPECIFIC | Arend van Spriel | 1 | -2/+2 |
2012-09-28 | mwifiex: add support for P2P GO in interface type change | Stone Piao | 1 | -0/+30 |
2012-09-28 | mwifiex: implement remain_on_channel and cancel_remain_on_channel | Stone Piao | 1 | -0/+29 |
2012-09-24 | mwifiex: disconnect the device before entering suspend state | Amitkumar Karwar | 1 | -0/+13 |
2012-09-11 | mwifiex: use country ie of requested AP while associating | Amitkumar Karwar | 1 | -0/+40 |
2012-08-06 | mwifiex: pass key_params pointer in mwifiex_set_encode | Ying Luo | 1 | -3/+9 |
2012-07-17 | mwifiex: remove unnecessary code in data rate configuration | Amitkumar Karwar | 1 | -117/+7 |