summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-02-22iwlegacy: dump stack when fail to gain access to the deviceStanislaw Gruszka1-2/+3
2012-02-22rtlwifi: rtl8192se firmware load can overflow target bufferTim Gardner2-2/+4
2012-02-22brcm80211: fmac: make sdio firmware filename specificArend van Spriel1-6/+6
2012-02-22brcm80211: fmac: add USB support for bcm43235/6/8 chipsetsArend van Spriel7-7/+1812
2012-02-22brcm80211: fmac: use spinlock calls saving irq flags in brcmf_enq_event()Arend van Spriel1-2/+3
2012-02-22brcm80211: fmac: change allocation flag in brcmf_enq_event() functionArend van Spriel1-2/+4
2012-02-22brcm80211: fmac: update bus state in common driver partArend van Spriel2-14/+8
2012-02-22brcm80211: fmac: only return success in brcmf_sdbrcm_bus_init() when trueArend van Spriel1-4/+3
2012-02-22brcm80211: fmac: move module entry points to dhd_linux.cArend van Spriel3-5/+32
2012-02-22brcm80211: fmac: use specific types in struct brcmf_busArend van Spriel3-9/+12
2012-02-22brcm80211: fmac: make sure cancel_work_sync only called after INIT_WORKFranky Lin1-4/+4
2012-02-22brcm80211: fmac: resolve smatch issues in brcmfmac codeArend van Spriel2-2/+3
2012-02-22brcm80211: smac: remove smatch warnings from brcmsmac codeArend van Spriel3-5/+14
2012-02-22brcm80211: smac: fix endless retry of A-MPDU transmissionsArend van Spriel1-5/+1
2012-02-22brcm80211: smac: remove redundant assignments from txpwrctrl_pwr_setup_nphyArend van Spriel1-20/+1
2012-02-22brcm80211: smac: fix unintended fallthru in wlc_phy_radio_init_2057()Arend van Spriel1-4/+3
2012-02-22Correcting typos in rtlwifi/base.cTristan Pourcelot1-3/+3
2012-02-22rtlwifi: rtl8192c-common: rtl8192se: rtl8192de: Simplify if statementsLarry Finger3-277/+104
2012-02-22rt2x00:Add debug message for new chipsetJohn Li1-2/+2
2012-02-22rt2x00:Fix typoJohn Li1-1/+1
2012-02-22rtlwifi/rtl8192c: in _rtl92c_phy_calculate_bit_shift remove comparing bitmask...Devendra.Naga1-1/+1
2012-02-22Merge branch 'for-linville' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville33-798/+1386
2012-02-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1528-49631/+63699
2012-02-15ath9k: stop on rates with idx -1 in ath9k rate control's .tx_statusPavel Roskin1-1/+1
2012-02-15mwifiex: clear previous security setting during associationAmitkumar Karwar1-1/+7
2012-02-15Bluetooth: btusb: Add vendor specific ID (0a5c 21f3) for BCM20702A0Manoj Iyer1-0/+1
2012-02-15Bluetooth: Don't mark non xfer isoc endpoint URBs with URB_ISO_ASAPDaniel Wagner1-3/+0
2012-02-15wl12xx: remove some dead code in wl1271_plt_init()Dan Carpenter1-2/+0
2012-02-15wl12xx: delete wl->vif (and allow multiple vifs)Eliad Peller2-13/+0
2012-02-15wl12xx: enter forced-psm on fw changeEliad Peller1-0/+15
2012-02-15wl12xx: dynamically change fw according to number of active rolesEliad Peller4-13/+124
2012-02-15wl12xx: Use a dedicated fw for PLTEliad Peller7-22/+52
2012-02-15wl12xx: add split_scan_timeout debugfs fileEyal Shapira1-0/+43
2012-02-15wl12xx: use split scan for normal scanEyal Shapira4-4/+15
2012-02-15wl12xx: increase max probe-req template size to WL1271_CMD_TEMPL_MAX_SIZEIdo Reis2-4/+4
2012-02-15wl12xx: don't fail on AP scanEliad Peller1-6/+7
2012-02-15wl12xx: declare support for hw scan while idleEliad Peller2-18/+2
2012-02-15wl12xx: configure arp filtering only after associationEliad Peller1-34/+35
2012-02-15wl12xx: Revert "wl12xx: disable auto-arp"Eliad Peller1-1/+2
2012-02-15wl12xx: consider encryption and QoS in auto arp templateEliad Peller9-35/+117
2012-02-15wl12xx: add forced_ps debugfs fileEyal Shapira1-0/+70
2012-02-15wl12xx: add forced_ps modeEyal Shapira5-13/+32
2012-02-15wl12xx: add suspend_listen_interval debugfs fileEyal Shapira1-0/+59
2012-02-15wl12xx: Set different wake up conditions in case of suspendEyal Shapira5-9/+72
2012-02-15wl12xx: add new coex paramsEliad Peller2-0/+7
2012-02-15wl12xx: add TX_HW_ATTR_HOST_ENCRYPT flagEliad Peller2-4/+14
2012-02-15wl12xx: Set IEEE80211_TX_RC_SHORT_GI if short GI was used onPontus Fuchs3-4/+11
2012-02-15wl12xx: Set IEEE80211_TX_RC_MCS on MCS rates on TX complete.Pontus Fuchs2-1/+15
2012-02-15wl12xx: change WLVIF_FLAG_PSM name and remove WLVIF_FLAG_PSM_REQUESTEDEyal Shapira4-36/+23
2012-02-15wl12xx: enable/disable BET with AUTO_PS/ACTIVEEyal Shapira1-0/+7