summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-02-273-7/+31
|\
| * b43: fall back gracefully to PIO mode after fatal DMA errorsLinus Torvalds2010-02-263-7/+31
* | Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2010-02-158-84/+305
|\|
| * b43: remove get_tx_stats() mac80211 opKalle Valo2010-02-085-66/+0Star
| * b43: N-PHY: handle allocation fail in samples generationRafał Miłecki2010-02-081-0/+4
| * b43: N-PHY: load generated samplesRafał Miłecki2010-02-081-2/+29
| * b43: N-PHY: partly implement SPUR workaroundRafał Miłecki2010-02-082-1/+66
| * b43: N-PHY: save calibration for further restoreRafał Miłecki2010-02-082-1/+51
| * b43: N-PHY: prepare code for reapplying TX cal coeffsRafał Miłecki2010-02-081-1/+34
| * b43: N-PHY: implement overriding RF control intcRafał Miłecki2010-02-081-8/+109
| * b43/b43legacy: Wake queues in wireless_core_startLarry Finger2010-02-081-2/+1Star
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-02-082-3/+11
| |\
| | * b43: Fix throughput regressionLarry Finger2010-02-032-3/+11
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-02-048-306/+1294
|\| |
| * | b43: N-PHY: implement setting RF sequenceRafał Miłecki2010-02-011-4/+31
| * | b43: N-PHY: add TX radio setup for newer PHYsRafał Miłecki2010-02-011-1/+52
| * | b43: N-PHY: fix Cal TX IQ LO for newer PHYsRafał Miłecki2010-02-011-1/+11
| * | b43: N-PHY: add RSSI selection for newer PHYsRafał Miłecki2010-02-011-1/+83
| * | b43: N-PHY: split RSSI selection into two per-PHY-revision functionsRafał Miłecki2010-02-011-49/+52
| * | b43: N-PHY: add workarounds for gain controlRafał Miłecki2010-02-011-1/+129
| * | b43: N-PHY: update general workaroundsRafał Miłecki2010-02-012-104/+115
| * | b43: N PHY: Fix compilation after removal of typdef b43_c32Larry Finger2010-01-271-2/+2
| * | b43: N-PHY: use cordic to generate samplesRafał Miłecki2010-01-251-9/+12
| * | b43: update cordic code to match current specsRafał Miłecki2010-01-253-9/+21
| * | b43: make cordic common (LP-PHY and N-PHY need it)Rafał Miłecki2010-01-253-43/+43
| * | b43: N-PHY: fix one bit off in parsing RF Ctrl Override argumentsRafał Miłecki2010-01-251-1/+1
| * | b43: Workaround circular locking in hw-tkip key update callbackMichael Buesch2010-01-251-8/+5Star
| * | b43: N-PHY: add TX toneRafał Miłecki2010-01-221-5/+55
| * | b43: N-PHY: add setting power amplifier filtersRafał Miłecki2010-01-223-2/+64
| * | b43: N-PHY: add running samplesRafał Miłecki2010-01-221-4/+64
| * | b43: N-PHY: implement overriding RF controlRafał Miłecki2010-01-223-3/+137
| * | b43: check band widthRafał Miłecki2010-01-223-1/+10
| * | mac80211: pass vif and station to update_tkip_keyJohannes Berg2010-01-221-3/+8
| * | b43: N-PHY: silence warnings, add missing callRafał Miłecki2010-01-191-3/+3
| * | b43: N-PHY: implement and add multi-dimensional table readingRafał Miłecki2010-01-193-19/+48
| * | b43: N-PHY: implement and add reading one element tablesRafał Miłecki2010-01-193-11/+39
| * | b43: N-PHY: implement and add multi-dimensional table writingRafał Miłecki2010-01-193-33/+67
| * | b43: N-PHY: add writing one element tablesRafał Miłecki2010-01-191-27/+13Star
| * | b43: N-PHY: store seq mode for proper restoring (follow specs)Rafał Miłecki2010-01-191-2/+2
| * | b43: N-PHY: move RF sequence declarations top, add missing callsRafał Miłecki2010-01-191-12/+16
| * | b43: N-PHY: implement chain selectionRafał Miłecki2010-01-192-1/+30
| * | b43: N-PHY: implement stopping playbackRafał Miłecki2010-01-192-3/+32
| * | b43: N-PHY: implement MIMO config updateRafał Miłecki2010-01-192-1/+16
| * | b43: N-PHY: implement TX PHY cleanup and setupRafał Miłecki2010-01-191-2/+110
| * | b43: N-PHY: implement RX PHY cleanup and setupRafał Miłecki2010-01-191-0/+82
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-01-197-156/+2414
|\| |
| * | b43: N-PHY: drop unused definition, uncomment needed callRafał Miłecki2010-01-151-8/+2Star
| * | b43: N-PHY: implement TX power control coef setupRafał Miłecki2010-01-151-1/+68
| * | b43: N-PHY: add RX IQ calibrationi for rev < 3Rafał Miłecki2010-01-151-4/+202
| * | b43: N-PHY: add huge calculating TX IQ LORafał Miłecki2010-01-151-0/+226