summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/ |/|
| * cfg80211: aggregate mgmt_tx parameters into a structAndrei Otcheretianski2013-12-021-3/+3
| * cfg80211: move regulatory flags to their own variableLuis R. Rodriguez2013-11-251-2/+3
| * cfg80211: consolidate passive-scan and no-ibss flagsLuis R. Rodriguez2013-11-252-9/+9
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-11-048-19/+20
| |\
* | | 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
|\ \ \ | | |/ | |/|
| * | mwifiex: inform cfg80211 about disconnect for P2P client interfaceAvinash Patil2013-10-141-1/+2
| * | mwifiex: inform cfg80211 about disconnect if device is removedAvinash Patil2013-10-141-2/+8
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-10-175-5/+7
|\ \ \ | | |/ | |/|
| * | mwifiex: use alloc_workqueue() functionAmitkumar Karwar2013-10-141-1/+3
| * | mwifiex: Change variable type to boolPeter Senna Tschudin2013-10-104-4/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-081-2/+4
|\ \ \ | | |/ | |/|
| * | mwifiex: fix SDIO interrupt lost issueAmitkumar Karwar2013-09-301-2/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller2013-10-071-3/+3
|\ \ \ | | |/ | |/|
| * | mwifiex: Remove casting the return value which is a void pointerJingoo Han2013-09-261-3/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-015-14/+6
|\ \ \ | | |/ | |/|
| * | mwifiex: fix NULL pointer dereference in usb suspend handlerBing Zhao2013-09-261-7/+0
| * | mwifiex: fix hang issue for USB chipsetsAmitkumar Karwar2013-09-263-4/+4
| * | mwifiex: fix PCIe hs_cfg cancel cmd timeoutBing Zhao2013-09-261-3/+2
| |/
* | mwifiex: Remove extern from function prototypesJoe Perches2013-09-241-14/+10
|/
* mwifiex: break a long line into two linesBing Zhao2013-08-281-1/+2
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-08-281-2/+2
|\
| * cfg80211: add flags to cfg80211_rx_mgmt()Vladimir Kondratiev2013-08-231-2/+2
OpenPOWER on IntegriCloud