summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex (follow)
Commit message (Expand)AuthorAgeFilesLines
* mwifiex: fix wakeup on magic packetAndreas Fenkart2014-01-231-1/+1
* mwifiex: export threshold value and retry limit to cfg80211Ujjal Roy2014-01-161-0/+14
* mwifiex: fix wrong 11ac bits setting in fw_cap_infoBing Zhao2014-01-161-1/+1
* mwifiex: add missing endian conversion for fw_tsfAmitkumar Karwar2014-01-131-2/+2
* mwifiex: add USB8897 supportYogesh Ashok Powar2014-01-133-19/+51
* mwifiex: use a function to replace two copies of a code fragmentBing Zhao2014-01-093-14/+13
* mwifiex: fix potential buffer overflow in dt configurationBing Zhao2014-01-091-2/+3
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2014-01-031-1/+1
|\
| * cfg80211: Add support for QoS mappingKyeyoon Park2013-12-191-1/+1
* | mwifiex: download per country tx power table to firmwareBing Zhao2013-12-184-2/+21
* | mwifiex: download cal-data from device-tree to firmwareBing Zhao2013-12-182-5/+58
* | mwifiex: remove cfg_data constructionBing Zhao2013-12-182-23/+6
* | mwifiex: send regulatory domain info to firmware only if alpha2 changedBing Zhao2013-12-182-6/+21
|/
* Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg2013-12-1622-188/+231
|\
| * mwifiex: do not flood kmsg/dmesg with USB debug messagesUjjal Roy2013-12-091-1/+1
| * mwifiex: remove redundant goto exit_remove statementAmitkumar Karwar2013-12-091-6/+2
| * mwifiex: update statistics for bridged packets on AP interfaceUjjal Roy2013-12-091-1/+14
| * mwifiex: correct TX byte count statisticsUjjal Roy2013-12-095-1/+5
| * mwifiex: correct RX byte count statisticsUjjal Roy2013-12-091-2/+3
| * mwifiex: fix rx_pending count imbalanceUjjal Roy2013-12-096-31/+19
| * mwifiex: avoid using variable name eth_hdrBing Zhao2013-12-091-10/+10
| * mwifiex: fix an issue with Appletalk devicesAmitkumar Karwar2013-12-092-4/+12
| * mwifiex: remove rfc1042_eth_hdr variableAmitkumar Karwar2013-12-092-6/+4
| * mwifiex: declare snap_type as __be16 variableAmitkumar Karwar2013-12-092-4/+4
| * mwifiex: use little-endian variables in firmware structuresUjjal Roy2013-12-093-17/+17
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-12-061-2/+2
| |\
| | * mwifiex: fix memory leak issue for ibss joinUjjal Roy2013-11-251-2/+2
| * | mwifiex: improvements in mwifiex_ret_tx_power_cfg()Amitkumar Karwar2013-12-051-19/+16
| * | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-12-022-14/+15
| |\ \ | | |/ | |/|
| * | mwifiex: fix issues in driver unload path for USB chipsetsUjjal Roy2013-11-151-12/+15
| * | mwifiex: fix memory leak issue for sdio and pcie cardsAmitkumar Karwar2013-11-152-4/+5
| * | mwifiex: fix potential mem leak in .del_virtual_intfAmitkumar Karwar2013-11-152-6/+3
| * | mwifiex: fix NULL pointer dereference in mwifiex_fw_dpcAmitkumar Karwar2013-11-151-2/+1
| * | mwifiex: failure path handling in mwifiex_add_virtual_intf()Amitkumar Karwar2013-11-152-15/+18
| * | mwifiex: use return value of mwifiex_add_virtual_intf() correctlyAmitkumar Karwar2013-11-151-2/+4
| * | mwifiex: fix wrong eth_hdr usage for bridged packets in AP modeUjjal Roy2013-11-111-3/+26
| * | mwifiex: correct packet length for packets from SDIO interfaceAvinash Patil2013-11-111-0/+3
| * | mwifiex: fix invalid memory access in mwifiex_update_autoindex_ies()Amitkumar Karwar2013-11-111-4/+7
| * | mwifiex: fix invalid memory access in mwifiex_ret_tx_rate_cfg()Amitkumar Karwar2013-11-111-10/+12
| * | mwifiex: fix invalid memory access in mwifiex_get_power_level()Amitkumar Karwar2013-11-111-10/+12
| * | mwifiex: replace u16 with __le16 in struct mwifiex_types_power_groupAmitkumar Karwar2013-11-114-8/+9
| * | mwifiex: potential integer underflow in mwifiex_ret_wmm_get_status()Dan Carpenter2013-11-111-0/+3
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-232-3/+10
| |\ \
| * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-10-175-5/+7
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-091-2/+4
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller2013-10-071-3/+3
| |\ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-015-14/+6
| |\ \ \ \ \ \
| * | | | | | | mwifiex: Remove extern from function prototypesJoe Perches2013-09-251-14/+10
* | | | | | | | cfg80211: in bitrate_mask, rename mcs to ht_mcsJanusz Dziedzic2013-12-051-3/+3
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | cfg80211: aggregate mgmt_tx parameters into a structAndrei Otcheretianski2013-12-021-3/+3