summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | net, wireless: Don't return uninitialized in __cfg80211_stop_sched_scan()Jesper Juhl2011-07-051-3/+2Star
* | mac80211: Skip tailroom reservation for full HW-crypto devices with race fixYogesh Ashok Powar2011-07-053-11/+57
* | iwlagn: remove the indirection for the rx write pointerEmmanuel Grumbach2011-07-016-10/+3Star
* | iwlagn: remove hcmd opsWey-Yi Guy2011-07-0111-73/+23Star
* | iwlagn: call bt_coex directllyWey-Yi Guy2011-07-011-11/+9Star
* | iwlagn: scd memory boundaryWey-Yi Guy2011-07-012-8/+19
* | iwlagn: move the tx allocation funcs to the transport layerEmmanuel Grumbach2011-07-018-257/+236Star
* | iwlagn: add rx_free to transport layerEmmanuel Grumbach2011-07-015-49/+62
* | iwlagn: introduce transport layer and implement rx_initEmmanuel Grumbach2011-07-0110-83/+241
* | iwlagn: add module parameter to disable stuck queue watchdog timerWey-Yi Guy2011-07-013-1/+6
* | iwlagn: add correct firmware name for 135 seriesWey-Yi Guy2011-07-011-5/+11
* | iwlagn: re-define the testmode cmd and attr enumWey-Yi Guy2011-07-011-104/+132
* | iwlagn: verify mutex held for sync commandsJohannes Berg2011-07-012-11/+3Star
* | rtlwifi: potential forever loop in rtl92de_hw_init()Dan Carpenter2011-06-291-1/+2
* | rtlwifi: rtl8192de: Fix build errors when using allyes configurationLarry Finger2011-06-296-101/+101
* | b43: HT-PHY: correct 0x2059 radio initRafał Miłecki2011-06-291-1/+49
* | ath9k_htc: Add device ID for Sony UWA-BR100Mohammed Shafi Shajakhan2011-06-291-0/+2
* | ath9k: move few descriptor macros to ath9k.hMohammed Shafi Shajakhan2011-06-292-7/+5Star
* | b43: HT-PHY: basic PHY initRafał Miłecki2011-06-292-2/+9
* | b43: HT-PHY: add init tablesRafał Miłecki2011-06-291-0/+588
* | b43: HT-PHY: init radio when enabling itRafał Miłecki2011-06-291-0/+33
* | b43: HT-PHY: replace radio routing magic numbersRafał Miłecki2011-06-292-1/+6
* | wl12xx: AP-mode - use mac80211 indication about STA WME supportArik Nemtsov2011-06-291-8/+1Star
* | mac80211: propagate information about STA WME support downArik Nemtsov2011-06-292-1/+6
* | rtlwifi: use PCI_VENDOR_ID_*Jon Mason2011-06-292-10/+4Star
* | rtlwifi: remove unnecessary read of PCI_CAP_ID_EXPJon Mason2011-06-292-6/+1Star
* | iwlegacy: remove unnecessary read of PCI_CAP_ID_EXPJon Mason2011-06-291-1/+1
* | b43: HT-PHY: implement lacking 0x908 PHY reg opRafał Miłecki2011-06-291-1/+6
* | b43: HT-PHY: add channel switching tables for 2 GHz bandRafał Miłecki2011-06-291-0/+135
* | b43: HT-PHY: perform some tables ops on channel switchingRafał Miłecki2011-06-291-0/+19
* | b43: HT-PHY: upload PHY values when switching channelRafał Miłecki2011-06-292-2/+28
* | b43: HT-PHY: prepare place for HT-PHY tablesRafał Miłecki2011-06-293-0/+183
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-06-2813-30/+75
|\ \
| * | iwlagn: use PCI_DMA_* for pci_* operationsJohn W. Linville2011-06-281-6/+6
| * | mac80211: fix rx->key NULL dereference during mic failureArik Nemtsov2011-06-273-3/+10
| * | iwlagn: fix *_UCODE_API_MAX output in the firmware fieldEvgeni Golov2011-06-274-11/+15
| * | Merge branch 'wireless-2.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2011-06-272-17/+13Star
| |\ \
| | * | iwlagn: map command buffers BIDIJohannes Berg2011-06-271-7/+10
| | * | iwlagn: fix cmd queue unmapJohannes Berg2011-06-271-4/+1Star
| | * | iwlagn: fix change_interface for P2P typesJohannes Berg2011-06-241-1/+2
| | * | iwlagn: Fix a bug introduced by the HUGE command removalEmmanuel Grumbach2011-06-241-6/+1Star
| * | | rtl8192cu: Fix missing firmware loadLarry Finger2011-06-221-0/+20
| * | | rtlwifi: rtl8192se: Handle duplicate PCI ID 0x10ec:0x8192 conflict with r8192...Larry Finger2011-06-201-1/+12
| * | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/padovan/...John W. Linville2011-06-202-9/+18
| |\ \ \ | | |/ / | |/| |
| * | | mwl8k: Tell firmware to generate CCMP headerNishant Sarmukadam2011-06-151-1/+3
| * | | mwifiex: Fixing NULL pointer dereferenceYogesh Ashok Powar2011-06-151-0/+2
| * | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/padovan/...John W. Linville2011-06-105-9/+36
| |\ \ \
* | | | | mac80211: dynamic PS - don't enter PS when TX frames are pendingArik Nemtsov2011-06-271-12/+24
* | | | | bcma: main.c needs to include <linux/slab.h>Geert Uytterhoeven2011-06-271-0/+1
* | | | | iwlwifi: use pci_dev->revision, againSergei Shtylyov2011-06-271-3/+1Star