summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mwifiex
AgeCommit message (Expand)AuthorFilesLines
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
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
2013-11-25cfg80211: consolidate passive-scan and no-ibss flagsLuis R. Rodriguez2-9/+9
2013-11-15mwifiex: fix issues in driver unload path for USB chipsetsUjjal Roy1-12/+15
2013-11-15mwifiex: fix memory leak issue for sdio and pcie cardsAmitkumar Karwar2-4/+5
2013-11-15mwifiex: fix potential mem leak in .del_virtual_intfAmitkumar Karwar2-6/+3
2013-11-15mwifiex: fix NULL pointer dereference in mwifiex_fw_dpcAmitkumar Karwar1-2/+1
2013-11-15mwifiex: failure path handling in mwifiex_add_virtual_intf()Amitkumar Karwar2-15/+18
2013-11-15mwifiex: use return value of mwifiex_add_virtual_intf() correctlyAmitkumar Karwar1-2/+4
2013-11-11mwifiex: fix wrong eth_hdr usage for bridged packets in AP modeUjjal Roy1-3/+26
2013-11-11mwifiex: correct packet length for packets from SDIO interfaceAvinash Patil1-0/+3
2013-11-11mwifiex: fix invalid memory access in mwifiex_update_autoindex_ies()Amitkumar Karwar1-4/+7
2013-11-11mwifiex: fix invalid memory access in mwifiex_ret_tx_rate_cfg()Amitkumar Karwar1-10/+12
2013-11-11mwifiex: fix invalid memory access in mwifiex_get_power_level()Amitkumar Karwar1-10/+12
2013-11-11mwifiex: replace u16 with __le16 in struct mwifiex_types_power_groupAmitkumar Karwar4-8/+9
2013-11-11mwifiex: potential integer underflow in mwifiex_ret_wmm_get_status()Dan Carpenter1-0/+3
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville8-19/+20
2013-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-3/+10
2013-10-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville5-5/+7
2013-10-14mwifiex: use alloc_workqueue() functionAmitkumar Karwar1-1/+3
2013-10-14mwifiex: inform cfg80211 about disconnect for P2P client interfaceAvinash Patil1-1/+2
2013-10-14mwifiex: inform cfg80211 about disconnect if device is removedAvinash Patil1-2/+8
2013-10-10mwifiex: Change variable type to boolPeter Senna Tschudin4-4/+4
2013-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2013-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller1-3/+3