summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-11-11wireless: move ieee80211chan2mhz macroJohannes Berg2-8/+8
2011-11-11mac80211: add recalc PS in ieee80211_reconfig()Eyal Shapira1-0/+2
2011-11-11NFC: Check if NCI data flow control is usedIlan Elias2-1/+7
2011-11-11NFC: Removal of unused operations for NCI spec 1.0 d18Ilan Elias5-74/+3
2011-11-11NFC: Update names and structs to NCI spec 1.0 d18Ilan Elias7-114/+193
2011-11-11mac80211/cfg80211: report monitor channel in wireless extensionsJohannes Berg3-0/+26
2011-11-11mac80211: simplify scan state machineJohannes Berg2-128/+82
2011-11-11mac80211: set carrier_on for ibss vifs only while joinedEliad Peller2-1/+5
2011-11-11ath9k_hw: Fix channel list of CalFreqPeir for AR938xRajkumar Manoharan1-7/+7
2011-11-11ath9k_hw: Read and configure xpa timing fieldRajkumar Manoharan1-0/+16
2011-11-11ath9k_hw: Read and configure quick drop for AR9003Rajkumar Manoharan4-64/+59
2011-11-11mwifiex: release bss structure returned by cfg80211_inform_bss()Amitkumar Karwar2-1/+4
2011-11-11mwifiex: remove unnecessary free_priv handlerAmitkumar Karwar1-6/+0
2011-11-11mwifiex: fix 'Smatch' warningsYogesh Ashok Powar2-7/+9
2011-11-11mwifiex: fix coding styleYogesh Ashok Powar2-10/+9
2011-11-11mwifiex: change return types to voidYogesh Ashok Powar1-12/+6
2011-11-11mwifiex: use existing helper function mwifiex_fill_cap_infoYogesh Ashok Powar1-48/+33
2011-11-11mwifiex: fix ht_cap_info in ibss beaconsYogesh Ashok Powar1-2/+2
2011-11-11mac80211: init rate-control for TDLS sta when supp-rates are knownArik Nemtsov1-1/+9
2011-11-11cfg80211: merge in beacon ies of hidden bss.Dmitry Tarnyagin1-3/+114
2011-11-09mwifiex: prevent corruption instead of just warningDan Carpenter1-1/+4
2011-11-09mwifiex: enable SDIO multiport aggregationAmitkumar Karwar1-2/+2
2011-11-09mwifiex: remove an unneeded NULL checkDan Carpenter1-3/+2
2011-11-09mwifiex: remove unneeded kfree(NULL);Dan Carpenter1-1/+0
2011-11-09net/rfkill/core.c: use kstrtoul, etcJulia Lawall1-2/+2
2011-11-09net/mac80211/debugfs.c: use kstrtoul, etcJulia Lawall1-1/+1
2011-11-09mac80211: implement wifi TX statusJohannes Berg5-6/+115
2011-11-09nl80211: advertise socket TX status capabilityJohannes Berg3-1/+22
2011-11-09mac80211: Also report the STA's TDLS flag via nl80211Helmut Schaa1-1/+4
2011-11-09brcm80211: fmac: optimize chip core info managementFranky Lin3-42/+81
2011-11-09brcm80211: fmac: replace private SB macros with ssb_regs versionFranky Lin2-63/+28
2011-11-09brcm80211: fmac: move chip drive strength related code to sdio_chip.cFranky Lin3-115/+117
2011-11-09brcm80211: fmac: move chip detach function to sdio_chip.cFranky Lin3-10/+11
2011-11-09brcm80211: fmac: move chip reset core function to sdio_chip.cFranky Lin3-47/+49
2011-11-09brcm80211: fmac: abstract chip core revision functionFranky Lin2-7/+15
2011-11-09brcm80211: fmac: abstract chip iscoreup functionFranky Lin3-7/+17
2011-11-09brcm80211: fmac: chip attach code flow clean upFranky Lin3-34/+21
2011-11-09brcm80211: fmac: remove duplicate regiter set in chip attach pathFranky Lin1-13/+0
2011-11-09brcm80211: fmac: move dongle gpio reset code to chip attach functionFranky Lin2-5/+5
2011-11-09brcm80211: fmac: disable dongle arm core in bus core setup functionFranky Lin2-6/+6
2011-11-09brcm80211: fmac: move core disable function to sdio_chip.cFranky Lin3-114/+111
2011-11-09brcm80211: fmac: abstract chip buscore setup functionFranky Lin2-20/+34
2011-11-09brcm80211: fmac: move bus core prep code to sdio_chip.cFranky Lin3-72/+77
2011-11-09brcm80211: fmac: move chip recognition function to sdio_chip.cFranky Lin5-143/+213
2011-11-09brcm80211: fmac: remove unnecessary 4329 chip specific codeFranky Lin1-9/+3
2011-11-09cfg80211/mac80211: allow management TX to not wait for ACKJohannes Berg7-23/+46
2011-11-09mac80211: send unexpected 4addr eventJohannes Berg2-7/+25
2011-11-09cfg80211: add event for unexpected 4addr framesJohannes Berg5-3/+58
2011-11-09mac80211: report OBSS beaconsJohannes Berg3-1/+17
2011-11-09cfg80211: allow registering to beaconsJohannes Berg4-1/+98