summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-07-05wl12xx: one SDIO initialization is enoughOhad Ben-Cohen1-6/+6
2011-07-05wl12xx: implement Tx watermarks per ACArik Nemtsov4-13/+37
2011-07-05wl12xx: Increase low & high TX watermarksIdo Yariv1-2/+2
2011-07-05wl12xx: schedule TX packets according to FW occupancyArik Nemtsov4-33/+72
2011-07-05wl12xx: use 802.11 header location after relocation to frame startArik Nemtsov1-2/+2
2011-07-05wl12xx: AP mode - support FW TX inactivity triggersArik Nemtsov10-14/+82
2011-07-05wl12xx: fix Tx security sequence number handlingOz Krakowski6-15/+47
2011-07-01iwlagn: remove the indirection for the rx write pointerEmmanuel Grumbach6-10/+3
2011-07-01iwlagn: remove hcmd opsWey-Yi Guy11-73/+23
2011-07-01iwlagn: call bt_coex directllyWey-Yi Guy1-11/+9
2011-07-01iwlagn: scd memory boundaryWey-Yi Guy2-8/+19
2011-07-01iwlagn: move the tx allocation funcs to the transport layerEmmanuel Grumbach8-257/+236
2011-07-01iwlagn: add rx_free to transport layerEmmanuel Grumbach5-49/+62
2011-07-01iwlagn: introduce transport layer and implement rx_initEmmanuel Grumbach10-83/+241
2011-07-01iwlagn: add module parameter to disable stuck queue watchdog timerWey-Yi Guy3-1/+6
2011-07-01iwlagn: add correct firmware name for 135 seriesWey-Yi Guy1-5/+11
2011-07-01iwlagn: re-define the testmode cmd and attr enumWey-Yi Guy1-104/+132
2011-07-01iwlagn: verify mutex held for sync commandsJohannes Berg2-11/+3
2011-06-29rtlwifi: potential forever loop in rtl92de_hw_init()Dan Carpenter1-1/+2
2011-06-29rtlwifi: rtl8192de: Fix build errors when using allyes configurationLarry Finger6-101/+101
2011-06-29b43: HT-PHY: correct 0x2059 radio initRafał Miłecki1-1/+49
2011-06-29ath9k_htc: Add device ID for Sony UWA-BR100Mohammed Shafi Shajakhan1-0/+2
2011-06-29ath9k: move few descriptor macros to ath9k.hMohammed Shafi Shajakhan2-7/+5
2011-06-29b43: HT-PHY: basic PHY initRafał Miłecki2-2/+9
2011-06-29b43: HT-PHY: add init tablesRafał Miłecki1-0/+588
2011-06-29b43: HT-PHY: init radio when enabling itRafał Miłecki1-0/+33
2011-06-29b43: HT-PHY: replace radio routing magic numbersRafał Miłecki2-1/+6
2011-06-29wl12xx: AP-mode - use mac80211 indication about STA WME supportArik Nemtsov1-8/+1
2011-06-29mac80211: propagate information about STA WME support downArik Nemtsov2-1/+6
2011-06-29rtlwifi: use PCI_VENDOR_ID_*Jon Mason2-10/+4
2011-06-29rtlwifi: remove unnecessary read of PCI_CAP_ID_EXPJon Mason2-6/+1
2011-06-29iwlegacy: remove unnecessary read of PCI_CAP_ID_EXPJon Mason1-1/+1
2011-06-29b43: HT-PHY: implement lacking 0x908 PHY reg opRafał Miłecki1-1/+6
2011-06-29b43: HT-PHY: add channel switching tables for 2 GHz bandRafał Miłecki1-0/+135
2011-06-29b43: HT-PHY: perform some tables ops on channel switchingRafał Miłecki1-0/+19
2011-06-29b43: HT-PHY: upload PHY values when switching channelRafał Miłecki2-2/+28
2011-06-29b43: HT-PHY: prepare place for HT-PHY tablesRafał Miłecki3-0/+183
2011-06-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville13-30/+75
2011-06-28iwlagn: use PCI_DMA_* for pci_* operationsJohn W. Linville1-6/+6
2011-06-27mac80211: dynamic PS - don't enter PS when TX frames are pendingArik Nemtsov1-12/+24
2011-06-27bcma: main.c needs to include <linux/slab.h>Geert Uytterhoeven1-0/+1
2011-06-27iwlwifi: use pci_dev->revision, againSergei Shtylyov1-3/+1
2011-06-27mwifiex: restore handling of NULL parametersDan Carpenter2-13/+18
2011-06-27ath9k: Fix locking issue during tx completionRajkumar Manoharan3-8/+14
2011-06-27iwlagn: fix rmmod crashStanislaw Gruszka1-5/+2
2011-06-27rt2x00: Fix unspeficied typoJoe Perches1-1/+1
2011-06-27mac80211: Drop DS Channel PARAM in directed probePaul Stewart5-11/+26
2011-06-27ssb: use pci_dev->revisionSergei Shtylyov1-2/+1
2011-06-27ath9k_hw: make use of the gain_table_entry macroMohammed Shafi Shajakhan1-2/+2
2011-06-27ath9k_hw: Add carrier leak correction in desired gain calculationMohammed Shafi Shajakhan2-10/+27