summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | iwlegacy: do not grab nic access if rfkillStanislaw Gruszka2012-02-225-57/+97
* | iwleagcy: fix ident code damageStanislaw Gruszka2012-02-222-26/+10Star
* | iwleagcy: remove old commentsStanislaw Gruszka2012-02-221-16/+0Star
* | iwlegacy: improve mac operation debuggability a bitStanislaw Gruszka2012-02-222-52/+53
* | iwlegacy: get rid of tx/rx traffic logStanislaw Gruszka2012-02-226-423/+145Star
* | iwlegacy: merge all ops structures into oneStanislaw Gruszka2012-02-225-131/+78Star
* | iwlegacy: merge il_lib_ops into il_opsStanislaw Gruszka2012-02-228-81/+71Star
* | iwlegacy: remove il_apm_opsStanislaw Gruszka2012-02-227-27/+13Star
* | iwlegacy: merge eeprom_ops into lib_opsStanislaw Gruszka2012-02-224-16/+8Star
* | iwlegacy: remove temp_opsStanislaw Gruszka2012-02-224-25/+15Star
* | iwlegacy: move debugfs_ops to il_privStanislaw Gruszka2012-02-2210-38/+30Star
* | iwlegacy: gather all 4965 handlers in one placeStanislaw Gruszka2012-02-224-325/+305Star
* | iwlegacy: regulatory_bands is not an opsStanislaw Gruszka2012-02-224-29/+42
* | iwlegacy: use writeb,writel,readl directlyStanislaw Gruszka2012-02-223-9/+9
* | iwlegacy: cleanup/fix memory barriersStanislaw Gruszka2012-02-222-4/+7
* | iwlegacy: always check if got h/w access before writeStanislaw Gruszka2012-02-223-18/+21
* | iwlegacy: dump stack when fail to gain access to the deviceStanislaw Gruszka2012-02-221-2/+3
* | rtlwifi: rtl8192se firmware load can overflow target bufferTim Gardner2012-02-222-2/+4
* | brcm80211: fmac: make sdio firmware filename specificArend van Spriel2012-02-221-6/+6
* | brcm80211: fmac: add USB support for bcm43235/6/8 chipsetsArend van Spriel2012-02-227-7/+1812
* | brcm80211: fmac: use spinlock calls saving irq flags in brcmf_enq_event()Arend van Spriel2012-02-221-2/+3
* | brcm80211: fmac: change allocation flag in brcmf_enq_event() functionArend van Spriel2012-02-221-2/+4
* | brcm80211: fmac: update bus state in common driver partArend van Spriel2012-02-222-14/+8Star
* | brcm80211: fmac: only return success in brcmf_sdbrcm_bus_init() when trueArend van Spriel2012-02-221-4/+3Star
* | brcm80211: fmac: move module entry points to dhd_linux.cArend van Spriel2012-02-223-5/+32
* | brcm80211: fmac: use specific types in struct brcmf_busArend van Spriel2012-02-223-9/+12
* | brcm80211: fmac: make sure cancel_work_sync only called after INIT_WORKFranky Lin2012-02-221-4/+4
* | brcm80211: fmac: resolve smatch issues in brcmfmac codeArend van Spriel2012-02-222-2/+3
* | brcm80211: smac: remove smatch warnings from brcmsmac codeArend van Spriel2012-02-223-5/+14
* | brcm80211: smac: fix endless retry of A-MPDU transmissionsArend van Spriel2012-02-221-5/+1Star
* | brcm80211: smac: remove redundant assignments from txpwrctrl_pwr_setup_nphyArend van Spriel2012-02-221-20/+1Star
* | brcm80211: smac: fix unintended fallthru in wlc_phy_radio_init_2057()Arend van Spriel2012-02-221-4/+3Star
* | brcm80211: update the maintainers listed for brcm80211 driversArend van Spriel2012-02-221-1/+0Star
* | Correcting typos in rtlwifi/base.cTristan Pourcelot2012-02-221-3/+3
* | rtlwifi: rtl8192c-common: rtl8192se: rtl8192de: Simplify if statementsLarry Finger2012-02-223-277/+104Star
* | rt2x00:Add debug message for new chipsetJohn Li2012-02-221-2/+2
* | rt2x00:Fix typoJohn Li2012-02-221-1/+1
* | rtlwifi/rtl8192c: in _rtl92c_phy_calculate_bit_shift remove comparing bitmask...Devendra.Naga2012-02-221-1/+1
* | Merge branch 'for-linville' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2012-02-2233-798/+1386
|\ \ | |/ |/|
| * wl12xx: remove some dead code in wl1271_plt_init()Dan Carpenter2012-02-151-2/+0Star
| * wl12xx: delete wl->vif (and allow multiple vifs)Eliad Peller2012-02-152-13/+0Star
| * wl12xx: enter forced-psm on fw changeEliad Peller2012-02-151-0/+15
| * wl12xx: dynamically change fw according to number of active rolesEliad Peller2012-02-154-13/+124
| * wl12xx: Use a dedicated fw for PLTEliad Peller2012-02-157-22/+52
| * wl12xx: add split_scan_timeout debugfs fileEyal Shapira2012-02-151-0/+43
| * wl12xx: use split scan for normal scanEyal Shapira2012-02-154-4/+15
| * wl12xx: increase max probe-req template size to WL1271_CMD_TEMPL_MAX_SIZEIdo Reis2012-02-152-4/+4
| * wl12xx: don't fail on AP scanEliad Peller2012-02-151-6/+7
| * wl12xx: declare support for hw scan while idleEliad Peller2012-02-152-18/+2Star
| * wl12xx: configure arp filtering only after associationEliad Peller2012-02-151-34/+35