aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43 (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2010-12-22b43: N-PHY: enable support for PHYs rev 3 and higherRafał Miłecki1-1/+1
2010-12-22b43: N-PHY: update 2056 radio on channel switch on rev3+Rafał Miłecki1-1/+94
2010-12-22b43: N-PHY: use correct channel tables for rev4+Rafał Miłecki2-5/+33
2010-12-22b43: N-PHY: avoid PHY hangs for rev 3 and 4Rafał Miłecki1-0/+1
2010-12-22b43: N-PHY: add init tables for 2056 radioRafał Miłecki1-0/+2931
2010-12-22b43: N-PHY: implement radio 2056 init stepsRafał Miłecki3-2/+111
2010-12-22b43: use correct firmware for newer coresRafał Miłecki1-3/+9
2010-12-22Merge branch 'master' into for-nextJiri Kosina1-0/+1
2010-12-13b43: rename TMS defines, drop useless condition from core resetRafał Miłecki2-10/+6
2010-12-13b43: N-PHY: use designed function and macro for writing tablesRafał Miłecki1-21/+10
2010-12-13b43: N-PHY: one more fix for order of tables initializationRafał Miłecki1-2/+2
2010-12-13b43: N-PHY: use correct bit for controlling MAC and PHYRafał Miłecki1-2/+2
2010-12-08b43: rename config option for N-PHY, drop BROKENRafał Miłecki4-13/+14
2010-12-08b43: fix split of N-PHY devices into supported and not (based on PHY rev)Rafał Miłecki2-2/+1
2010-12-08b43: set TMS to work with current band width for N-PHYRafał Miłecki4-7/+15
2010-12-08b43: N-PHY: silence warningsRafał Miłecki1-2/+6
2010-12-08b43: flush PHY writes when neededRafał Miłecki2-0/+11
2010-12-08b43: N-PHY: implement own masksetRafał Miłecki1-0/+10
2010-12-08b43: N-PHY: reorder and optimize tables initializationRafał Miłecki1-7/+5
2010-12-08b43: N-PHY: update init tablesRafał Miłecki1-106/+106
2010-12-02b43: N-PHY: fix code path on PHY initRafał Miłecki1-10/+7
2010-12-02b43: N-PHY: use defines for RSSI typesRafał Miłecki1-28/+45
2010-12-02b43: N-PHY: fix RSSI selectionRafał Miłecki1-13/+25
2010-12-02b43: N-PHY: fix RSSI calibrationRafał Miłecki1-6/+8
2010-12-02b43: N-PHY: initialize perical variable, add missing call to CCA resetRafał Miłecki1-0/+4
2010-12-02b43: N-PHY: implement very basic TX power control managementRafał Miłecki2-8/+153
2010-12-02b43: N-PHY: swap values for radio registers 0x3b and 0x3cRafał Miłecki1-123/+123
2010-11-24b43: N-PHY: little cleanupsRafał Miłecki1-8/+5
2010-11-24b43: N-PHY: rev2: save and restore PHY regs on RSSI pollRafał Miłecki1-0/+16
2010-11-24b43: N-PHY: fix BPHY initRafał Miłecki1-2/+2
2010-11-24b43: N-PHY: init BPHY when neededRafał Miłecki1-0/+4
2010-11-24b43: N-PHY: fix some typos, conditions, set gain_boostRafał Miłecki1-17/+18
2010-11-24b43: N-PHY: minor fixes to match specsRafał Miłecki1-3/+6
2010-11-24b43: N-PHY: fix values for PHY regs in channel tables of 2055 radioRafał Miłecki1-124/+124
2010-11-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-0/+1
2010-11-23wireless: b43: fix error path in SDIOGuennadi Liakhovetski1-0/+1
2010-11-22iwlwifi: Use static constJoe Perches1-4/+5
2010-11-22b43: Use static constJoe Perches1-3/+5
2010-11-22b43: rfkill: use HI enabled bit for all devicesRafał Miłecki1-17/+2
2010-11-22b43: N-PHY: add 2056 radio channels tablesRafał Miłecki1-0/+5968
2010-11-16drivers/net/wireless/b43/main.c: Use printf extension %pVJoe Perches1-12/+36
2010-11-15b43: remove extraneous code in free_ringmemoryJohn W. Linville1-5/+0
2010-11-15b43: N-PHY: improve 2055 radio initializationRafał Miłecki1-4/+7
2010-11-15b43: N-PHY: determine usage of radio regulatory workaround correctlyRafał Miłecki1-1/+2
2010-11-15b43: define known SPROM boardflags2 bitsRafał Miłecki1-0/+13
2010-11-15b43: N-PHY: fix 2055 radio initRafał Miłecki1-3/+5
2010-11-09b43: N-PHY: define registers names for 2056 radioRafał Miłecki1-0/+519
2010-11-09b43: N-PHY: define registers names for 2056 radioRafał Miłecki1-0/+522
2010-11-09b43: N-PHY: define channel table struct for rev3+ devicesRafał Miłecki2-3/+88