aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43/phy_n.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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-191-1/+29
* b43: N-PHY: implement stopping playbackRafał Miłecki2010-01-191-3/+31
* b43: N-PHY: implement MIMO config updateRafał Miłecki2010-01-191-1/+15
* 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
* b43: N-PHY: drop unused definition, uncomment needed callRafał Miłecki2010-01-151-8/+2
* 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
* b43: N-PHY: implement calculating IQ gain paramsRafał Miłecki2010-01-151-0/+38
* b43: N-PHY: update TX calibration ladderRafał Miłecki2010-01-151-0/+25
* b43: N-PHY: add RX radio cores calibrationRafał Miłecki2010-01-151-0/+43
* b43: N-PHY: add TX LP FBW (TX filter 40 related)Rafał Miłecki2010-01-151-1/+23
* b43: N-PHY: implement getting TX gainsRafał Miłecki2010-01-151-2/+85
* 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 needed struct definitionsRafał Miłecki2010-01-151-0/+24
* b43: N-PHY: clean table init, check PHY revRafał Miłecki2010-01-151-30/+8
* b43: implement baseband init for LP-PHY <= rev1Gábor Stefanik2009-08-041-1/+2
* rfkill: rewriteJohannes Berg2009-06-031-1/+1
* b43: Move Analog switching into phy codeMichael Buesch2008-09-081-0/+7
* b43: Split PHY alloc and initMichael Buesch2008-09-051-19/+16
* b43: Move code from nphy.* to phy_n.*Michael Buesch2008-09-051-0/+624