summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ath9k: enable tuning capacitance configuration for AR9330Gabor Juhos2011-06-221-1/+1
* ath9k: skip internal regulator configuration for AR9330Gabor Juhos2011-06-221-1/+1
* ath9k: enable TX/RX data byte swap for AR9330Gabor Juhos2011-06-221-1/+1
* ath9k: configure RF channel frequency for AR9330Gabor Juhos2011-06-221-1/+13
* ath9k: fix channel frequency calculation for AR9340Gabor Juhos2011-06-221-1/+1
* ath9k: read spur frequency information from eeprom for AR9330Gabor Juhos2011-06-221-2/+2
* ath9k: don't enable LDPC for AR9330Gabor Juhos2011-06-221-1/+1
* ath9k: use different BB watchdog timeout value for AR9330Gabor Juhos2011-06-221-1/+4
* ath9k: add AR9330 specific PLL initializationGabor Juhos2011-06-221-1/+34
* ath9k: initialize rx gain table for AR9330Gabor Juhos2011-06-221-2/+22
* ath9k: initialize tx gain table for AR9330Gabor Juhos2011-06-221-4/+44
* 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