summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43
Commit message (Expand)AuthorAgeFilesLines
...
* | b43: N-PHY: implement calculating RX IQ compRafał Miłecki2010-01-151-0/+99
* | b43: N-PHY: implement RX IQ estimationRafał Miłecki2010-01-151-0/+39
* | b43: N-PHY: implement restoring general configurationRafał Miłecki2010-01-151-0/+90
* | b43: N-PHY: implement workaround for TX IQRafał Miłecki2010-01-151-0/+16
* | b43: N-PHY: implement RX IQ coeffsRafał Miłecki2010-01-151-0/+17
* | b43: N-PHY: add function than forces (not) staying in carrier searchRafał Miłecki2010-01-151-0/+23
* | b43: N-PHY: add RSSI calibration restoreRafał Miłecki2010-01-151-1/+44
* | b43: N-PHY: implement PA overriding (RF control related)Rafał Miłecki2010-01-151-2/+36
* | b43: N-PHY: RSSI calibration for rev < 3Rafał Miłecki2010-01-151-2/+155
* | b43: N-PHY: add RSSI polling and setting 2055 (radio) VCMRafał Miłecki2010-01-151-0/+96
* | b43: N-PHY: implement RSSI selection and offset scalingRafał Miłecki2010-01-151-0/+121
* | b43: N-PHY: add clip detection reading/writing and some classifier functionRafał Miłecki2010-01-151-2/+38
* | b43: N-PHY: split RSSI calibration into 2 functions (rev2, rev3)Rafał Miłecki2010-01-151-5/+26
* | b43: N-PHY: update CCA resetRafał Miłecki2010-01-151-7/+23
* | b43: N-PHY: update init code to match current specsRafał Miłecki2010-01-151-40/+161
* | b43: N-PHY: add various tablesRafał Miłecki2010-01-152-0/+514
* | b43: N-PHY: add global variables to b43_phy_n structRafał Miłecki2010-01-151-1/+43
* | b43: N-PHY: add missing register definitionsRafał Miłecki2010-01-151-0/+5
* | b43: N-PHY: add needed struct definitionsRafał Miłecki2010-01-153-0/+67
* | b43: N-PHY: add shared memory offsets definitionsRafał Miłecki2010-01-151-0/+8
* | b43: N-PHY: clean table init, check PHY revRafał Miłecki2010-01-153-83/+84
* | b43: add new SSB's core id for BCM4328Rafał Miłecki2010-01-151-0/+1
* | b43: use standard fls for finding the most significant bitRafał Miłecki2010-01-151-15/+2
* | b43: Declare at least one real firmware file using MODULE_FIRMWARE.Tim Gardner2010-01-141-1/+6
* | b43: LP-PHY: note and explain specs inconsistencyRafał Miłecki2010-01-121-0/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville2009-12-302-158/+46
|\|
| * Revert "b43: Enforce DMA descriptor memory constraints"John W. Linville2009-12-292-158/+46
* | mac80211: remove struct ieee80211_if_init_confJohannes Berg2009-12-281-13/+13
* | b43: Allow PIO mode to be selected at module loadLarry Finger2009-12-286-75/+8
|/
* b43: Remove reset after fatal DMA errorLarry Finger2009-12-101-1/+4
* Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-12-051-24/+2
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2009-12-051-24/+2
| |\
| | * pcmcia: rework the irq_req_t typedefDominik Brodowski2009-11-281-2/+0
| | * pcmcia: pcmcia_request_window() doesn't need a pointer to a pointerDominik Brodowski2009-11-281-1/+1
| | * pcmcia: Pass struct pcmcia_device to pcmcia_map_mem_page()Magnus Damm2009-11-281-1/+1
| | * pcmcia: use pre-determined valuesDominik Brodowski2009-11-081-20/+0
* | | b43: fix two warningsJohannes Berg2009-12-041-0/+1
* | | b43: avoid PPC fault during resumeLarry Finger2009-12-041-2/+8
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-11-242-60/+217
|\ \ \
| * | | b43: Rewrite DMA Tx status handling sanity checksMichael Buesch2009-11-232-14/+59
| * | | b43: Enforce DMA descriptor memory constraintsMichael Buesch2009-11-182-46/+158
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-181-0/+1
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-11-181-2/+1
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-11-031-2/+13
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-10-293-2/+3
| |\ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-10-156-122/+144
| |\ \ \ \
| * | | | | headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-111-0/+1
* | | | | | b43-pio: Fix RX error path for rev>=8 devicesMichael Buesch2009-11-111-1/+5
* | | | | | b43: Rewrite TX bounce buffer handlingMichael Buesch2009-11-112-28/+39
* | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-111-2/+1
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |