summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mwifiex
AgeCommit message (Expand)AuthorFilesLines
2014-02-13mwifiex: implement extended scan featureAmitkumar Karwar8-8/+255
2014-02-13mwifiex: separate out next scan command queueing logicAmitkumar Karwar1-62/+71
2014-02-13mwifiex: separate out response buffer parsing codeAmitkumar Karwar1-146/+163
2014-02-13mwifiex: change beacon parameter structureAmitkumar Karwar2-13/+16
2014-02-13mwifiex: remove unsupported code in 11acBing Zhao6-28/+17
2014-02-13mwifiex: improve readability in 11ac mcsmap to maxrate conversionBing Zhao1-13/+13
2014-02-13mwifiex: make 11ac mcs rate tables global and constBing Zhao2-132/+114
2014-02-13mwifiex: make use of IEEE80211_VHT_MCS_NOT_SUPPORTEDBing Zhao2-8/+8
2014-02-05cfg80211: fix channel configuration in IBSS joinAntonio Quartulli1-1/+2
2014-02-05cfg80211: make connect ie param constJohannes Berg2-2/+2
2014-02-05cfg80211: Clean up connect params and channel fetchingJouni Malinen1-2/+3
2014-01-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+1
2014-01-23mwifiex: fix wakeup on magic packetAndreas Fenkart1-1/+1
2014-01-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville6-22/+68
2014-01-16mwifiex: export threshold value and retry limit to cfg80211Ujjal Roy1-0/+14
2014-01-16mwifiex: fix wrong 11ac bits setting in fw_cap_infoBing Zhao1-1/+1
2014-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2014-01-13mwifiex: add missing endian conversion for fw_tsfAmitkumar Karwar1-2/+2
2014-01-13mwifiex: add USB8897 supportYogesh Ashok Powar3-19/+51
2014-01-10net: core: explicitly select a txq before doing l2 forwardingJason Wang1-1/+2
2014-01-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville5-17/+17
2014-01-09mwifiex: use a function to replace two copies of a code fragmentBing Zhao3-14/+13
2014-01-09mwifiex: fix potential buffer overflow in dt configurationBing Zhao1-2/+3
2014-01-04Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-1/+1
2014-01-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville5-35/+105
2013-12-26mwifiex: slight optimization of addr comparedingtianhong3-4/+3
2013-12-19cfg80211: Add support for QoS mappingKyeyoon Park1-1/+1
2013-12-19mwifiex: download per country tx power table to firmwareBing Zhao4-2/+21
2013-12-19mwifiex: download cal-data from device-tree to firmwareBing Zhao2-5/+58
2013-12-19mwifiex: remove cfg_data constructionBing Zhao2-23/+6
2013-12-19mwifiex: send regulatory domain info to firmware only if alpha2 changedBing Zhao2-6/+21
2013-12-16Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg22-188/+231
2013-12-10mwifiex: do not flood kmsg/dmesg with USB debug messagesUjjal Roy1-1/+1
2013-12-10mwifiex: remove redundant goto exit_remove statementAmitkumar Karwar1-6/+2
2013-12-10mwifiex: update statistics for bridged packets on AP interfaceUjjal Roy1-1/+14
2013-12-10mwifiex: correct TX byte count statisticsUjjal Roy5-1/+5
2013-12-10mwifiex: correct RX byte count statisticsUjjal Roy1-2/+3
2013-12-10mwifiex: fix rx_pending count imbalanceUjjal Roy6-31/+19
2013-12-10mwifiex: avoid using variable name eth_hdrBing Zhao1-10/+10
2013-12-10mwifiex: fix an issue with Appletalk devicesAmitkumar Karwar2-4/+12
2013-12-10mwifiex: remove rfc1042_eth_hdr variableAmitkumar Karwar2-6/+4
2013-12-10mwifiex: declare snap_type as __be16 variableAmitkumar Karwar2-4/+4
2013-12-10mwifiex: use little-endian variables in firmware structuresUjjal Roy3-17/+17
2013-12-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-2/+2
2013-12-05mwifiex: improvements in mwifiex_ret_tx_power_cfg()Amitkumar Karwar1-19/+16
2013-12-05cfg80211: in bitrate_mask, rename mcs to ht_mcsJanusz Dziedzic1-3/+3
2013-12-02Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2-14/+15
2013-12-02cfg80211: aggregate mgmt_tx parameters into a structAndrei Otcheretianski1-3/+3
2013-11-26mwifiex: fix memory leak issue for ibss joinUjjal Roy1-2/+2
2013-11-25cfg80211: move regulatory flags to their own variableLuis R. Rodriguez1-2/+3