summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* rtlwifi: rtl8192se: Handle duplicate PCI ID 0x10ec:0x8192 conflict with r8192...Larry Finger2011-06-201-1/+12
* 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-101-0/+12
|\
| * Bluetooth: Do not ignore errors returned from strict_strtol()David Miller2011-06-101-0/+12
* | iwlegacy: fix channel switch lockingStanislaw Gruszka2011-06-085-46/+28Star
* | iwlagn: send tx power command if defer cause by RXON not matchWey-Yi Guy2011-06-081-0/+5
* | rtlwifi: Avoid modifying skbs that are resubmittedMike McCormack2011-06-071-15/+13Star
* | rtlwifi: Fix logic in rx_interruptMike McCormack2011-06-071-1/+1
|/
* iwl4965: set tx power after rxon_assocStanislaw Gruszka2011-06-061-1/+2
* rt2x00: fix rmmod crashStanislaw Gruszka2011-06-062-1/+6
* iwlagn: use cts-to-self protection on 5000 adapters seriesStanislaw Gruszka2011-06-063-11/+10Star
* libertas_sdio: handle spurious interruptsDaniel Drake2011-06-031-5/+16
* iwlagn: fix channel switch lockingStanislaw Gruszka2011-06-039-119/+28Star
* ath5k: Disable fast channel switching by defaultNick Kossifidis2011-06-032-2/+14
* ssb: fix PCI(e) driver regression causing oops on PCI cardsRafał Miłecki2011-06-031-4/+6
* iwl4965: correctly validate temperature valueStanislaw Gruszka2011-06-011-1/+1
* ath9k: fix two more bugs in tx powerDaniel Halperin2011-06-012-4/+16
* iwlagn: fix incorrect PCI subsystem id for 6150 devicesWey-Yi Guy2011-05-313-13/+22
* zd1211rw: fix to work on OHCIJussi Kivilinna2011-05-311-11/+42
* wl12xx: fix oops in sched_scan when forcing a passive scanLuciano Coelho2011-05-311-3/+8
* wl12xx: add separate config value for DFS dwell time on sched scanLuciano Coelho2011-05-313-2/+9
* wl12xx: fix DFS channels handling in scheduled scanLuciano Coelho2011-05-312-11/+23
* wl12xx: fix passive and radar channel generation for scheduled scanLuciano Coelho2011-05-311-2/+2
* libertas: Set command sequence number later to ensure consistencyDaniel Drake2011-05-311-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2....John W. Linville2011-05-2712-24/+61
|\
| * ath9k: Fix AR9287 calibrationAdrian Chadd2011-05-271-1/+1
| * wireless: Default to 'n' for 2 new added devices in Kconfig.Tao Ma2011-05-272-2/+0Star
| * iwl4965: fix 5GHz operationStanislaw Gruszka2011-05-271-2/+2
| * ath9k: set 40 Mhz rate only if hw is configured in ht40Rajkumar Manoharan2011-05-261-1/+2
| * ath9k_hw: disable phy restart on baseband panic caused by RXSMRajkumar Manoharan2011-05-263-1/+28
| * ath9k: Reset chip on baseband hangRajkumar Manoharan2011-05-261-1/+3
| * b43: N-PHY: initialize last var in calibration functionRafał Miłecki2011-05-261-1/+1
| * rtlwifi: Use order 2 RX buffer allocation only if necessaryLarry Finger2011-05-261-0/+7
| * rtlwifi: Fix kernel panic resulting from RX buffer allocation failureLarry Finger2011-05-261-13/+15
| * mwifiex: correct event header lengthYogesh Ashok Powar2011-05-261-2/+2
* | bonding: cleanup module option descriptionsAndy Gospodarek2011-05-261-12/+22
* | net: davinci_emac: fix dev_err use at probeJohan Hovold2011-05-261-11/+11
* | bonding: documentation and code cleanup for resend_igmpFlavio Leitner2011-05-252-10/+12
* | bonding: prevent deadlock on slave store with alb mode (v3)Neil Horman2011-05-253-16/+10Star
* | Add Fujitsu 1000base-SX PCI ID to tg3Meelis Roos2011-05-251-0/+1
* | bnx2x: protect sequence increment with mutexDmitry Kravkov2011-05-251-1/+2
* | isdn: netjet - blacklist Digium TDM400PPrarit Bhargava2011-05-251-0/+6
* | via-velocity: don't annotate MAC registers as packedUlrich Hecht2011-05-251-1/+1
* | xen: netfront: hold RTNL when updating features.Ian Campbell2011-05-251-0/+2
* | Merge branch 'for-davem' of ssh://master.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2011-05-25127-874/+1353
|\ \
| * | Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next...John W. Linville2011-05-24127-874/+1353
| |\|
| | * iwlagn: dbg_fixed_rate only used when CONFIG_MAC80211_DEBUGFS enabledWey-Yi Guy2011-05-241-2/+2
| | * ath9k: use PS wakeup before REG_READMohammed Shafi Shajakhan2011-05-191-1/+1
| | * ath9k: implement .tx_last_beacon()Felix Fietkau2011-05-193-0/+55