aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn 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/linville/wireless-next into for-davemJohn 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-14Merge 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/linville/wireless-next into for-davemJohn 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-03Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-1/+1
2014-01-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn 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-18mwifiex: download per country tx power table to firmwareBing Zhao4-2/+21
2013-12-18mwifiex: download cal-data from device-tree to firmwareBing Zhao2-5/+58
2013-12-18mwifiex: remove cfg_data constructionBing Zhao2-23/+6
2013-12-18mwifiex: 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-09mwifiex: do not flood kmsg/dmesg with USB debug messagesUjjal Roy1-1/+1
2013-12-09mwifiex: remove redundant goto exit_remove statementAmitkumar Karwar1-6/+2
2013-12-09mwifiex: update statistics for bridged packets on AP interfaceUjjal Roy1-1/+14
2013-12-09mwifiex: correct TX byte count statisticsUjjal Roy5-1/+5
2013-12-09mwifiex: correct RX byte count statisticsUjjal Roy1-2/+3
2013-12-09mwifiex: fix rx_pending count imbalanceUjjal Roy6-31/+19
2013-12-09mwifiex: avoid using variable name eth_hdrBing Zhao1-10/+10
2013-12-09mwifiex: fix an issue with Appletalk devicesAmitkumar Karwar2-4/+12
2013-12-09mwifiex: remove rfc1042_eth_hdr variableAmitkumar Karwar2-6/+4
2013-12-09mwifiex: declare snap_type as __be16 variableAmitkumar Karwar2-4/+4
2013-12-09mwifiex: 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/linville/wirelessJohn 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/jberg/mac80211-nextJohn W. Linville2-14/+15
2013-12-02cfg80211: aggregate mgmt_tx parameters into a structAndrei Otcheretianski1-3/+3
2013-11-25mwifiex: 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