aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/mwifiex
AgeCommit message (Expand)Author
2013-02-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-02-22mwifiex: fix system freeze while reloading driverAvinash Patil
2013-02-22mwifiex: don't drop carrier flag over suspendDaniel Drake
2013-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2013-02-19Merge branch 'for-3.9-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-02-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-02-18mwifiex: add 802.11AC supportYogesh Ashok Powar
2013-02-18mwifiex: coding style cleanup in bss parameter updateYogesh Ashok Powar
2013-02-18mwifiex: fix empty TX ring check for PCIe8897 while unloading driverAvinash Patil
2013-02-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-02-14mwifiex: device specific sleep cookie handling for PCIeAvinash Patil
2013-02-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-02-12Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2013-02-11mwifiex: add PCIe8897 supportAvinash Patil
2013-02-11mwifiex: define generic data type for PCIe ring buffersAvinash Patil
2013-02-11mwifiex: separate ring initialization and ring creation routinesAvinash Patil
2013-02-11mwifiex: store card specific data in PCI device table entryAvinash Patil
2013-02-11cfg80211: move TSF into IEsJohannes Berg
2013-02-11cfg80211: remove scan ies NULL checkJohannes Berg
2013-02-11cfg80211: pass wiphy to cfg80211_ref_bss/put_bssJohannes Berg
2013-02-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-02-04wireless: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches
2013-02-01mwifiex: remove max_tx_buf_sizeBing Zhao
2013-02-01mwifiex: do not reconfigure tx buffer size in firmware while associatingBing Zhao
2013-01-30mwifiex: avoid out of bounds access in mwifiex_get_common_rates.Cyril Roelandt
2013-01-30mwifiex: do not overwrite error code from lower layer driverBing Zhao
2013-01-30mwifiex: don't return zero on failure paths in mwifiex_pcie_init()Alexey Khoroshilov
2013-01-30mwifiex: fix invalid access of PCIe RxBD ring buffer descriptorAvinash Patil
2013-01-30mwifiex: fix incomplete scan in case of IE parsing errorBing Zhao
2013-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-01-22mwifiex: correction in status codes used for association failureAmitkumar Karwar
2013-01-22Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2013-01-22mwifiex: fix typo in PCIe adapter NULL checkAvinash Patil
2013-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-01-14wireless: make the reg_notifier() voidLuis R. Rodriguez
2013-01-11mwifiex: correct config_bands handling for ibss networkAmitkumar Karwar
2013-01-11mwifiex: update config_bands during infra associationAmitkumar Karwar
2013-01-08remove init of dev->perm_addr in driversJiri Pirko
2013-01-07mwifiex: use map/unmap APIs in TX and RX to reduce memcpyAvinash Patil
2013-01-07mwifiex: flush TX ring for PCIe after disconnect or bss stopAvinash Patil
2013-01-07mwifiex: use pci_alloc/free_consistent APIs for PCIeAvinash Patil
2013-01-07mwifiex: add init_fw_port handler for PCIe interfaceAvinash Patil
2013-01-07mwifiex: access interrupt status only while holding lockAvinash Patil
2013-01-07mwifiex: parse WMM IEs from hostapd for mwifiex APAvinash Patil
2013-01-07mwifiex: use correct htcapinfo for HT20 ibss networkAmitkumar Karwar
2013-01-07wireless: mwifiex: remove unreachable pathsSasha Levin
2013-01-04mwifiex: fix typo in setting up ibss network parametersAmitkumar Karwar
2013-01-04mwifiex: check wait_event_interruptible return valueBing Zhao