aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mwifiex
AgeCommit message (Expand)Author
2014-03-23mwifiex: save and copy AP's VHT capability info correctlyAmitkumar Karwar
2014-03-23mwifiex: copy AP's HT capability info correctlyAmitkumar Karwar
2014-03-23mwifiex: do not advertise usb autosuspend supportBing Zhao
2014-03-23mwifiex: fix cmd and Tx data timeout issue for PCIe cardsAmitkumar Karwar
2014-03-23mwifiex: add NULL check for PCIe Rx skbAmitkumar Karwar
2014-03-23mwifiex: clean pcie ring only when device is presentAvinash Patil
2014-02-06mwifiex: fix wrong 11ac bits setting in fw_cap_infoBing Zhao
2014-02-06mwifiex: add missing endian conversion for fw_tsfAmitkumar Karwar
2013-12-20mwifiex: fix memory leak issue for ibss joinUjjal Roy
2013-12-04mwifiex: fix wrong eth_hdr usage for bridged packets in AP modeUjjal Roy
2013-12-04mwifiex: correct packet length for packets from SDIO interfaceAvinash Patil
2013-11-13mwifiex: fix SDIO interrupt lost issueAmitkumar Karwar
2013-10-13mwifiex: fix PCIe hs_cfg cancel cmd timeoutBing Zhao
2013-10-13mwifiex: fix hang issue for USB chipsetsAmitkumar Karwar
2013-10-13mwifiex: fix NULL pointer dereference in usb suspend handlerBing Zhao
2013-10-13mwifiex: fix memory corruption when unsetting multicast listDaniel Drake
2013-09-14mwifiex: do not create AP and P2P interfaces upon driver loadingBing Zhao
2013-08-11mwifiex: fix wrong data rates in P2P clientAvinash Patil
2013-08-11mwifiex: check for bss_role instead of bss_mode for STA operationsAvinash Patil
2013-08-11mwifiex: Add missing endian conversion.Tomasz Moń
2013-06-12mwifiex: debugfs: Fix out of bounds array accessMark A. Greer
2013-05-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-05-08mwifiex: fix setting of multicast filterDaniel Drake
2013-05-08mwifiex: fix memory leak issue when driver unloadAmitkumar Karwar
2013-05-08mwifiex: clear is_suspended flag when interrupt is received earlyBing Zhao
2013-05-07drivers/net: rename random32() to prandom_u32()Akinobu Mita
2013-04-26mwifiex: Correct pci_unmap_single's sizeYogesh Ashok Powar
2013-04-26mwifiex: Do not kfree cmd buf while unregistering PCIeYogesh Ashok Powar
2013-04-26mwifiex: Call pci_release_region after calling pci_disable_deviceYogesh Ashok Powar
2013-04-26mwifiex: Use pci_release_region() instead of a pci_release_regions()Yogesh Ashok Powar
2013-04-23mwifiex: rework round robin scheduling of bss nodes.Andreas Fenkart
2013-04-23mwifiex: replace ra_list_curr by list rotation.Andreas Fenkart
2013-04-22mwifiex: remove redundant initialization for bss_descriptorBing Zhao
2013-04-22mwifiex: fix use-after-free in beacon_ie processingBing Zhao
2013-04-22mwifiex: don't try to associate when bss_mode is not STABing Zhao
2013-04-22mwifiex: make use of msecs_to_jiffies()Bing Zhao
2013-04-22mwifiex: correct bss_mode check while appending vht operation IEBing Zhao
2013-04-22mwifiex: use PCI_DMA_FROMDEVICE for RX queue de-initAvinash Patil
2013-04-22mwifiex: configure p2p interface during initializationBing Zhao
2013-04-22mwifiex: Start P2P devices in P2P modePaul Stewart
2013-04-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-04-08mwifiex: hold proper locks when accessing ra_list / bss_prio listsAndreas Fenkart
2013-04-08mwifiex: fix infinite loop by removing NO_PKT_PRIO_TIDAndreas Fenkart
2013-04-08mwifiex: remove unused tid_tbl_lock from mwifiex_tid_tblAndreas Fenkart
2013-04-08mwifiex: correct wrong list in list_empty checkAndreas Fenkart
2013-04-08mwifiex: fix negative cmd_pending countBing Zhao
2013-04-03mwifiex: complete last internal scanBing Zhao
2013-04-01mwifiex: use separate AMPDU tx/rx window sizes in 11ac networksAvinash Patil
2013-04-01mwifiex: change default tx/rx win_size for BA setupAvinash Patil
2013-04-01mwifiex: limit channel number not to overflow memoryStone Piao