summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | mac80211: set mesh formation field properlyJacob Minshall2013-06-033-4/+4
| * | | | mac80211: don't check local mesh TTL on TXThomas Pedersen2013-06-031-6/+0
* | | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2013-06-127-28/+10
|\ \ \ \ \
| * | | | | iwlwifi: mvm: Update the supported interface combinationsIlan Peer2013-06-111-3/+3
| * | | | | iwlwifi: mvm: don't set the MCAST queue in STA's queue listEmmanuel Grumbach2013-06-112-7/+1
| * | | | | iwlwifi: mvm: properly tell the fw that a STA is awakeEmmanuel Grumbach2013-06-111-7/+1
| * | | | | Merge remote-tracking branch 'wireless-next/master' into iwlwifi-nextJohannes Berg2013-06-1158-2102/+666
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | iwlwifi: include export.h instead of module.hJohannes Berg2013-06-111-2/+1
| * | | | | iwlwifi: ignore 0-length PHY DB sectionsEmmanuel Grumbach2013-06-111-0/+3
| * | | | | iwlwifi: mvm: fix irrelevant commentEmmanuel Grumbach2013-06-111-2/+1
| * | | | | iwlwifi: mvm: remove unused wait_for_ba fieldEmmanuel Grumbach2013-06-111-2/+0
| * | | | | iwlwifi: mvm: remove iwl_mvm_dbgfs_set_fw_dbg_log declarationJohannes Berg2013-06-101-5/+0
* | | | | | brcmfmac: add debugfs statistics for firmware-signallingArend van Spriel2013-06-123-5/+19
* | | | | | brcmfmac: Always use fifo_credits, also for requested credits.Hante Meuleman2013-06-123-97/+79
* | | | | | Revert "iwl4965: workaround connection regression on passive channel"Stanislaw Gruszka2013-06-121-1/+2
* | | | | | iwl3945: workaround for firmware frame tx rejectionStanislaw Gruszka2013-06-121-0/+18
* | | | | | iwl4965: workaround for firmware frame tx rejectionStanislaw Gruszka2013-06-122-0/+29
* | | | | | iwlegacy: add il_{stop,wake}_queues_by_reason functionsStanislaw Gruszka2013-06-121-0/+22
* | | | | | iwlegacy: small refactoring of il_{stop,wake}_queueStanislaw Gruszka2013-06-121-4/+15
* | | | | | ath5k: make use of the new rate control APIThomas Huehn2013-06-123-21/+74
* | | | | | ath9k: Do not assign noise for NULL caldataSujith Manoharan2013-06-121-1/+0
* | | | | | ath9k: Fix noisefloor calibrationSujith Manoharan2013-06-122-8/+2
* | | | | | ath9k_hw: Assign default xlna config for AR9485Sujith Manoharan2013-06-122-2/+8
* | | | | | b43: activate N-PHY and HT-PHY support by defaultHauke Mehrtens2013-06-121-0/+2
* | | | | | bcma: activate PCI host option by defaultHauke Mehrtens2013-06-121-0/+1
* | | | | | b43: ensue that BCMA is "y" when B43 is "y"Hauke Mehrtens2013-06-121-2/+2
* | | | | | ath9k_htc: add STBC TX supportOleksij Rempel2013-06-123-0/+6
* | | | | | wil6210: Fix AP/PCP start flowKirshenbaum Erez2013-06-121-34/+0
* | | | | | wil6210: fix name of tracing config optionHauke Mehrtens2013-06-121-1/+1
* | | | | | wil6210: Init Rx vring right after resetVladimir Kondratiev2013-06-122-5/+10
* | | | | | wil6210: Send EAPOL frames using normal Tx queueVladimir Kondratiev2013-06-123-46/+9
* | | | | | wil6210: Derive IE's for APVladimir Kondratiev2013-06-121-0/+27
* | | | | | wil6210: improve frame type reportingVladimir Kondratiev2013-06-121-2/+2
* | | | | | wil6210: map more FW memoryVladimir Kondratiev2013-06-121-1/+2
* | | | | | wil6210: fix timeout for start_pcpVladimir Kondratiev2013-06-121-1/+5
* | | | | | ath9k: limit multicast buffer hardware queue depthFelix Fietkau2013-06-123-36/+104
* | | | | | ath9k: implement support for .release_buffered_frames()Felix Fietkau2013-06-123-36/+145
* | | | | | ath9k: add support for IEEE80211_TX_CTL_PS_RESPONSEFelix Fietkau2013-06-123-16/+30
* | | | | | brcmfmac: free primary net_device when brcmf_bus_start() failsArend van Spriel2013-06-121-0/+4
* | | | | | brcmfmac: Sent TIM information in case of data available.Arend van Spriel2013-06-121-64/+103
* | | | | | brcmfmac: increment hard_header_len instead of overridingArend van Spriel2013-06-121-1/+1
* | | | | | brcmfmac: add trace event for capturing BDC headerArend van Spriel2013-06-122-0/+24
* | | | | | brcmfmac: fix send_pkts statistic counter in firmware-signallingArend van Spriel2013-06-121-3/+2
* | | | | | brcmfmac: Simplify counting transit count.Hante Meuleman2013-06-121-19/+12
* | | | | | brcmfmac: Fix endless loop when brcmf_fws_commit_skb fails.Hante Meuleman2013-06-121-1/+2
* | | | | | brcmfmac: Signalling header push and pull on logic places.Hante Meuleman2013-06-121-29/+13
* | | | | | brcmfmac: Accept only first creditmap event.Hante Meuleman2013-06-121-0/+5
* | | | | | brcmfmac: fix invalid ifp lookup in firmware-signallingHante Meuleman2013-06-121-1/+1
* | | | | | brcmfmac: Find correct MAC descriptor in case of TDLS.Hante Meuleman2013-06-121-11/+6
* | | | | | brcmfmac: Correct creditmap when credit borrowing is active.Hante Meuleman2013-06-121-2/+7