summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-02-15Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville20-96/+52
2013-02-15mac80211_hwsim: ask mac80211 to reserve space for chanctx.drv_privKarl Beldan1-0/+1
2013-02-15mac80211: stop modifying HT SMPS capabilityJohannes Berg6-33/+20
2013-02-15mac80211: stop toggling IEEE80211_HT_CAP_SUP_WIDTH_20_40Johannes Berg16-63/+31
2013-02-14brcmsmac: Remove unnecessary memset castsJoe Perches1-13/+10
2013-02-14brcmsmac: Downgrade d11hdrs_mac80211 error messages to warnings.Joe Perches1-16/+13
2013-02-14iwlegacy: more checks for dma mapping errorsStanislaw Gruszka3-44/+59
2013-02-14rt2x00: check for dma mappings errorsStanislaw Gruszka4-13/+36
2013-02-14mwifiex: device specific sleep cookie handling for PCIeAvinash Patil2-8/+25
2013-02-14rtlwifi: Rework KconfigLarry Finger1-25/+25
2013-02-14brcmsmac: fix brcms_c_country_valid()Dan Carpenter1-2/+1
2013-02-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville16-83/+116
2013-02-12Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville25-303/+572
2013-02-12rtlwifi: Initialize rate_init member of struct rate_control_opsCatalin Iacob1-0/+7
2013-02-12Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville17-36/+46
2013-02-12iwlwifi: mvm: beautify code in rx_handlersEmmanuel Grumbach1-19/+22
2013-02-12iwlwifi: mvm: update station when marked associatedJohannes Berg4-9/+26
2013-02-12iwlwifi: mvm: don't wait for session protection to startJohannes Berg1-142/+73
2013-02-12iwlwifi: mvm: don't delay the association until after beaconJohannes Berg3-5/+15
2013-02-12iwlwifi: dvm: apply beacon changes immediatelyJohannes Berg1-3/+2
2013-02-12iwlwifi: mvm: report wakeup reasonsJohannes Berg1-27/+141
2013-02-12iwlwifi: dvm: query and report WoWLAN wakeup reasonJohannes Berg2-29/+150
2013-02-12Merge remote-tracking branch 'wireless-next/master' into iwlwifi-nextJohannes Berg90-1105/+6326
2013-02-12iwlwifi: mvm: use atomic interface iteration to avoid deadlockEmmanuel Grumbach2-2/+2
2013-02-12ath6kl: provide 64-bit per-station byte countersVladimir Kondratiev1-2/+2
2013-02-12wlcore: remove newly introduced alloc/OOM messagesLuciano Coelho2-6/+2
2013-02-12wireless: rt2x00: rt2800usb add "unknown" devicesXose Vazquez Perez1-0/+16
2013-02-12mwifiex: add PCIe8897 supportAvinash Patil3-70/+275
2013-02-12mwifiex: define generic data type for PCIe ring buffersAvinash Patil2-26/+35
2013-02-12mwifiex: separate ring initialization and ring creation routinesAvinash Patil1-133/+194
2013-02-12mwifiex: store card specific data in PCI device table entryAvinash Patil2-118/+206
2013-02-12ath9k: Fix IBSS joiner modeSujith Manoharan3-27/+89
2013-02-12ath9k: Fix ATH9K_HW_CAP_HT usageSujith Manoharan2-11/+7
2013-02-11mwl8k: fix band for supported channelsJonas Gorski1-18/+18
2013-02-11mac80211: remove IEEE80211_HW_SCAN_WHILE_IDLEJohannes Berg5-10/+25
2013-02-11cfg80211: move TSF into IEsJohannes Berg1-1/+1
2013-02-11cfg80211: remove scan ies NULL checkJohannes Berg1-5/+0
2013-02-11cfg80211: pass wiphy to cfg80211_ref_bss/put_bssJohannes Berg12-20/+20
2013-02-11NFC: microread: Fix mei physical layerSamuel Ortiz1-19/+24
2013-02-11iwlwifi: mvm: fix locking in iwl_mvm_ipv6_addr_changeEmmanuel Grumbach1-2/+2
2013-02-11iwlwifi: mvm: fix TKIP key updatingBeni Lev1-2/+14
2013-02-11iwlwifi: mvm: fix the keyidx assignmentEmmanuel Grumbach1-1/+2
2013-02-11iwlwifi: mvm: Change the Time Event type used for ROCIlan Peer1-3/+12
2013-02-11iwlwifi: mvm: Update quota settings for all bindingsIlan Peer2-5/+27
2013-02-08rtlwifi: rtl8192cu: Add new USB IDLarry Finger1-0/+1
2013-02-08brcmfmac: Add tx p2p off-channel support.Hante Meuleman3-93/+707
2013-02-08brcmfmac: Create netdev before returning from add_virtual_intf.Hante Meuleman3-12/+6
2013-02-08brcmfmac: Cleanup of unused defines.Hante Meuleman2-7/+1
2013-02-08brcmfmac: Fix rtnl_lock lockup when registering netdev.Hante Meuleman4-6/+11
2013-02-08brcmfmac: Remove sleep on del_station.Hante Meuleman1-6/+1