summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ath9k: initialize mode registers for AR9330Gabor Juhos2011-06-222-1/+112
* ath9k: add AR9330 initvalsGabor Juhos2011-06-222-0/+2227
* ath9k: add platform device id for AR9330Gabor Juhos2011-06-221-0/+4
* ath9k: add MAC revision detection for AR9330Gabor Juhos2011-06-224-0/+12
* ath9k: define device id for AR9330Gabor Juhos2011-06-221-0/+1
* ath9k: define mac version for AR9330Gabor Juhos2011-06-222-1/+20
* ath9k_hw: Fix calculation of PAPRD training power at 5GhzMohammed Shafi Shajakhan2011-06-221-1/+17
* nl80211: use netlink consistent dump feature for BSS dumpsJohannes Berg2011-06-221-4/+8
* mwifiex: remove casts of void pointersAmitkumar Karwar2011-06-2213-177/+129Star
* zd1211rw: detect stalled beacon interrupt fasterJussi Kivilinna2011-06-221-1/+2
* zd1211rw: don't let zd_mac_config_beacon() run too long from beacon interrupt...Jussi Kivilinna2011-06-221-7/+12
* zd1211rw: handle lost read-reg interruptsJussi Kivilinna2011-06-222-21/+109
* zd1211rw: only update HW beacon if new beacon differs from currectJussi Kivilinna2011-06-222-13/+64
* zd1211rw: make 'handle_rx_packet: invalid, small RX packet' message debug-onlyJussi Kivilinna2011-06-221-2/+2
* zd1211rw: fix invalid signal values from deviceJussi Kivilinna2011-06-222-2/+24
* netlink: advertise incomplete dumpsJohannes Berg2011-06-224-0/+60
* b43: HT-PHY: calibrate radio after switching channelRafał Miłecki2011-06-221-1/+7
* rt2x00: reset usb devices at probeStanislaw Gruszka2011-06-221-0/+1
* rt2x00: fix possible memory corruption in case of invalid rxdesc.sizeStanislaw Gruszka2011-06-221-0/+13
* b43: N-PHY: move declarations of chantables functions to correct filesRafał Miłecki2011-06-223-8/+10
* b43: N-PHY: update switching analog on/offRafał Miłecki2011-06-221-4/+17
* b43: HT-PHY: switch radio to requested channelRafał Miłecki2011-06-222-1/+68
* b43: HT-PHY: add place for implementing channel switchingRafał Miłecki2011-06-221-2/+59
* b43: HT-PHY: define standard structs for channel switchingRafał Miłecki2011-06-225-0/+59
* b43: HT-PHY: enable radioRafał Miłecki2011-06-221-0/+4
* b43: HT-PHY: implement killing radioRafał Miłecki2011-06-222-2/+15
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/padovan/...John W. Linville2011-06-2215-458/+1460
|\
| * Bluetooth: Fix not setting the chan stateVinicius Costa Gomes2011-06-211-1/+1
| * Merge master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-2.6Gustavo F. Padovan2011-06-212-10/+19
| |\
| | * Bluetooth: Fix L2CAP connection establishmentIlia Kolomisnky2011-06-151-1/+1
| | * Bluetooth: Fix accepting connect requests for defer_setupJohan Hedberg2011-06-141-6/+15
| | * Bluetooth: Fix L2CAP security checkLuiz Augusto von Dentz2011-06-131-2/+2
| | * Bluetooth: Do not send SET_EVENT_MASK for 1.1 and earlier devicesVille Tervo2011-06-101-8/+10
| | * Bluetooth: Do not ignore errors returned from strict_strtol()David Miller2011-06-101-0/+12
| | * Bluetooth: fix shutdown on SCO socketsLuiz Augusto von Dentz2011-06-101-1/+12
| * | Bluetooth: Remove useless access to the socketVinicius Costa Gomes2011-06-201-2/+2
| * | Bluetooth: Fix crash when setting a LE socket to readyVinicius Costa Gomes2011-06-201-2/+2
| * | Bluetooth: Fix locking in blacklist codeGustavo F. Padovan2011-06-171-13/+25
| * | Bluetooth: Use bit operations on conn_stateGustavo F. Padovan2011-06-162-99/+88Star
| * | Bluetooth: use bit operation on conf_stateGustavo F. Padovan2011-06-163-53/+48Star
| * | Bluetooth: Add blacklisting support for mgmt interfaceAntti Julku2011-06-162-0/+80
| * | Bluetooth: Move blacklisting functions to hci_coreAntti Julku2011-06-163-64/+87
| * | Bluetooth: Add key size checks for SMPVinicius Costa Gomes2011-06-143-13/+45
| * | Bluetooth: Add support for SMP timeoutVinicius Costa Gomes2011-06-143-30/+60
| * | Bluetooth: fix missing parameter for HCI_OP_DISCONNECTAnderson Lizardo2011-06-131-1/+1
| * | Bluetooth: Add support for Pairing features exchangeVinicius Costa Gomes2011-06-132-53/+54
| * | Bluetooth: Add support for building pairing commandsVinicius Costa Gomes2011-06-131-0/+11
| * | Bluetooth: Update the security level when link is encryptedVinicius Costa Gomes2011-06-131-0/+3
| * | Bluetooth: Fix initial security level of LE linksVinicius Costa Gomes2011-06-132-0/+2
| * | Bluetooth: Add support for resuming socket when SMP is finishedVinicius Costa Gomes2011-06-133-42/+75