summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mac80211: fix 2.4 GHz 40 MHz disablingJohannes Berg2011-02-184-15/+13
* wireless-next-2.6: brcm80211: fix compile issueHenry Ptasinski2011-02-181-1/+3
* mac80211: Add power to debugfs.Ben Greear2011-02-181-0/+6
* p54: Fix compile warningLarry Finger2011-02-181-1/+1
* ath5k: move external function definitions to a header fileBob Copeland2011-02-182-17/+20
* ssb: Make ssb_wait_bit multi-bit safeMichael Büsch2011-02-181-6/+6
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville2011-02-1824-236/+1196
|\
| * Bluetooth: fix checkpatch errors in af_bluetooth.cGustavo F. Padovan2011-02-171-1/+1
| * Bluetooth: Fix errors reported by checkpatch.plGustavo F. Padovan2011-02-171-3/+3
| * Bluetooth: fix errors reported by checkpatch.plGustavo F. Padovan2011-02-172-22/+18
| * Bluetooth: Fix some code style issues in hci_event.cSzymon Janc2011-02-171-8/+10
| * Bluetooth: Fix some code style issues in hci_core.cSzymon Janc2011-02-171-4/+3
| * Bluetooth: Fix some code style issues in hci_core.hSzymon Janc2011-02-171-29/+29
| * Bluetooth: Clean up hci_sniff_subrate_evt functionSzymon Janc2011-02-171-9/+0
| * Bluetooth: Use #include <linux/uaccess.h> instead of <asm/uaccess.h>Szymon Janc2011-02-171-1/+1
| * Bluetooth: Send LE Connection Update CommandClaudio Takahasi2011-02-174-1/+40
| * Bluetooth: Use proper timer for hci command timoutVille Tervo2011-02-164-7/+26
| * Bluetooth: Make hci a child of the corresponding tty device.Andrei Warkentin2011-02-161-0/+1
| * Bluetooth: Fix crash when ioctl(HCIUARTSETPROTO) failsGustavo F. Padovan2011-02-161-0/+2
| * Bluetooth: Add connection parameter update responseClaudio Takahasi2011-02-162-1/+73
| * Bluetooth: Add LE signaling commands handlingClaudio Takahasi2011-02-162-52/+92
| * Bluetooth: Use usb_fill_int_urb()Gustavo F. Padovan2011-02-161-7/+3
| * Bluetooth: Add SMP command structuresVille Tervo2011-02-161-0/+76
| * Bluetooth: Treat LE and ACL links separately on timeoutVille Tervo2011-02-161-7/+7
| * Bluetooth: Fix initiated LE connectionsVinicius Costa Gomes2011-02-161-0/+1
| * Bluetooth: Do not send disconn comand over LE linksVille Tervo2011-02-161-7/+8
| * Bluetooth: Add server socket support for LE connectionVille Tervo2011-02-164-7/+105
| * Bluetooth: Add LE connection support to L2CAPVille Tervo2011-02-163-7/+26
| * Bluetooth: Use LE buffers for LE trafficVille Tervo2011-02-164-4/+113
| * Bluetooth: Add LE connect supportVille Tervo2011-02-164-7/+164
| * Bluetooth: Add low energy commands and eventsVille Tervo2011-02-161-0/+49
| * Bluetooth: Add L2CAP mode to debugfs outputGustavo F. Padovan2011-02-151-2/+3
| * Bluetooth: remove l2cap_load() hackGustavo F. Padovan2011-02-156-18/+0
| * Bluetooth: Merge L2CAP and SCO modules into bluetooth.koGustavo F. Padovan2011-02-146-41/+66
| * Bluetooth: sco: fix information leak to userspaceVasiliy Kulikov2011-02-141-0/+1
| * Bluetooth: bnep: fix buffer overflowVasiliy Kulikov2011-02-141-0/+1
| * Bluetooth: Add firmware support for Atheros 3012Bala Shanmugam2011-02-112-0/+282
| * Bluetooth: l2cap: fix 1 byte infoleak to userspaceVasiliy Kulikov2011-02-111-0/+1
* | mac80211: reply to directed probes in IBSSJohannes Berg2011-02-141-5/+6
* | p54spi: update sample eepromChristian Lamparter2011-02-141-4/+5
* | p54: enhance rssi->dBm database importChristian Lamparter2011-02-147-41/+176
* | p54: p54_generate_band cleanupChristian Lamparter2011-02-141-10/+11
* | p54: sort channel list by frequency instead of channel indexChristian Lamparter2011-02-141-2/+2
* | zd1211rw: add unlikely to ZD_ASSERTJussi Kivilinna2011-02-141-1/+1
* | zd1211rw: move async iowrite16v up to callersJussi Kivilinna2011-02-143-13/+37
* | zd1211rw: use async urb for write commandJussi Kivilinna2011-02-142-25/+142
* | zd1211rw: correct use of usb_bulk_msg on interrupt endpointsJussi Kivilinna2011-02-141-12/+12
* | mac80211: Remove superfluous if clauseHelmut Schaa2011-02-141-11/+1
* | ath9k: disable beaconing before stopping beacon queueRajkumar Manoharan2011-02-143-22/+52
* | rt2x00: Check for errors from skb_pad() callsSeth Forshee2011-02-143-6/+30