summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bcma: add constants for new ARM based SoCsHauke Mehrtens2013-07-221-0/+5
* bcma: make it possible to select SoC support without mipsHauke Mehrtens2013-07-221-2/+8
* bcma: add some more core namesHauke Mehrtens2013-07-222-0/+24
* wil6210: fix subtle race in wil_tx_vringVladimir Kondratiev2013-07-221-5/+6
* wil6210: Introduce struct for sw contextVladimir Kondratiev2013-07-223-28/+44
* wil6210: Optimize Tx completionVladimir Kondratiev2013-07-221-4/+6
* wil6210: fix wrong index in wil_vring_freeVladimir Kondratiev2013-07-221-1/+1
* wil6210: Align WMI header with latest FWVladimir Kondratiev2013-07-223-17/+36
* rt2x00: rt2800usb: add USB device ID for Linksys AE3000Gabor Juhos2013-07-222-0/+10
* rt2x00: rt2800usb: use correct [RT]XWI size for RT3593Gabor Juhos2013-07-222-1/+5
* rt2x00: rt2800lib: enable RT3593 supportGabor Juhos2013-07-221-0/+1
* rt2x00: rt2800lib: enable RF3053 supportGabor Juhos2013-07-221-0/+1
* rt2x00: rt2800lib: enable VCO recalibration for RF3053Gabor Juhos2013-07-221-0/+2
* rt2x00: rt2800lib: add channel configuration for RF3053Gabor Juhos2013-07-222-3/+409
* rt2x00: rt2800lib: add rf_vals for RF3053Gabor Juhos2013-07-221-0/+70
* rt2x00: rt2800lib: add default_power3 field for three-chain devicesGabor Juhos2013-07-222-0/+23
* rt2x00: rt2800lib: fix LNA_A[12] gain values for RT3593Gabor Juhos2013-07-222-12/+47
* rt2x00: rt2800lib: hardcode TX mixer gain values for RT3593Gabor Juhos2013-07-221-0/+6
* rt2x00: rt2800lib: introduce rt2800_get_txmixer_gain_{24,5}g helpersGabor Juhos2013-07-221-14/+24
* rt2x00: rt2800lib: fix default TX power values for RT3593Gabor Juhos2013-07-222-0/+14
* rt2x00: rt2800lib: add rt2800_txpower_to_dev helperGabor Juhos2013-07-222-13/+14
* rt2x00: rt2800lib: fix antenna configuration for RT3593Gabor Juhos2013-07-221-0/+7
* rt2x00: rt2800lib: fix BBP1_TX_ANTENNA field configuration for 3T devicesGabor Juhos2013-07-221-1/+1
* rt2x00: rt2800lib: add TX power configuration for RT3593Gabor Juhos2013-07-222-3/+538
* rt2x00: rt2800lib: add BBP post initialization for RT3593Gabor Juhos2013-07-221-1/+47
* rt2x00: rt2800lib: add RFCSR register initialization for RT3593Gabor Juhos2013-07-222-0/+132
* rt2x00: rt2800lib: add BBP register initialization for RT3593Gabor Juhos2013-07-221-0/+19
* rt2x00: rt2800lib: add MAC register initialization for RT3593Gabor Juhos2013-07-222-0/+18
* rt2x00: rt2800lib: add EEPROM map for the RT3593 chipsetGabor Juhos2013-07-222-1/+53
* rt2x00: rt2800lib: introduce rt2800_eeprom_word_index helperGabor Juhos2013-07-222-41/+122
* rt2x00: rt2800lib: introduce rt2800_eeprom_read_from_array helperGabor Juhos2013-07-221-7/+16
* rt2x00: rt2800lib: introduce local EEPROM access functionsGabor Juhos2013-07-221-70/+95
* rt2x00: rt2800lib: introduce rt2800_eeprom_word enumGabor Juhos2013-07-221-40/+39
* ath9k: Fix RTS thresholdSujith Manoharan2013-07-221-4/+32
* ath9k: make rfkill configurableJohannes Berg2013-07-222-1/+11
* wireless: Convert mwifiex/pcie to dev_pm_ops from legacy pm_opsShuah Khan2013-07-221-9/+17
* Linux 3.11-rc1v3.11-rc1Linus Torvalds2013-07-142-1604/+883
* Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-07-148-69/+121
|\
| * slub: Check for page NULL before doing the node_match checkSteven Rostedt2013-07-141-1/+1
| * mm/slab: Give s_next and s_stop slab-specific namesWanpeng Li2013-07-083-8/+8
| * slob: Check for NULL pointer before calling ctor()Steven Rostedt2013-07-071-1/+1
| * slub: Make cpu partial slab support configurableJoonsoo Kim2013-07-072-6/+32
| * slab: add kmalloc() to kernel API documentationMichael Opdenacker2013-07-072-12/+14
| * slab: fix init_lock_keysChristoph Lameter2013-07-071-1/+1
| * slob: use DIV_ROUND_UP where possibleSasha Levin2013-07-071-1/+1
| * slub: do not put a slab to cpu partial list when cpu_partial is 0Joonsoo Kim2013-07-071-0/+3
| * mm/slub: Use node_nr_slabs and node_nr_objs in get_slabinfoWanpeng Li2013-07-071-2/+2
| * mm/slub: Drop unnecessary nr_partialsWanpeng Li2013-07-071-2/+0
| * mm/slab: Fix /proc/slabinfo unwriteable for slabWanpeng Li2013-07-071-1/+9
| * mm/slab: Sharing s_next and s_stop between slab and slubWanpeng Li2013-07-073-12/+5