summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/b43
AgeCommit message (Expand)AuthorFilesLines
2011-05-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-58/+25
2011-05-11b43: implement timeouts workaroundRafał Miłecki1-1/+12
2011-05-11b43: move MAC PHY clock controling functionRafał Miłecki3-16/+15
2011-05-10b43: trivial: include ssb word in ssb specific functionsRafał Miłecki1-4/+4
2011-05-10b43: drop ssb-duplicated workaround for dangling coresRafał Miłecki1-17/+0
2011-05-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2011-05-05b43: drop invalid IMCFGLO workaroundRafał Miłecki1-27/+1
2011-05-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-2/+5
2011-05-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-0/+1
2011-04-29b43: avoid uninitialized variable warnings in phy_nJohn W. Linville1-2/+5
2011-04-28b43: trivial: update module info about ucode16_mimo firmwareRafał Miłecki1-0/+1
2011-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-2/+2
2011-04-04b43: allocate receive buffers big enough for max frame len + offsetJohn W. Linville2-2/+2
2011-03-31Fix common misspellingsLucas De Marchi4-4/+4
2011-03-07b43: trivial: update B43_PHY_N description (PHY support)Rafał Miłecki1-1/+1
2011-03-04b43: N-PHY: rev3+: implement gain ctl workaroundsRafał Miłecki1-9/+162
2011-03-04b43: N-PHY: rev3+: add tables with gain ctl workaroundsRafał Miłecki2-0/+128
2011-03-04b43: N-PHY: rev3+: correct switching analog coreRafał Miłecki1-2/+6
2011-03-01b43: N-PHY: rev3+: add static tablesRafał Miłecki2-2/+1131
2011-02-25b43: fill PHY ctl word1 in TX header for N-PHYRafał Miłecki2-0/+79
2011-02-25mac80211: make tx() operation return voidJohannes Berg1-4/+2
2011-02-24mac80211: rename RX_FLAG_TSFTJohannes Berg1-1/+1
2011-02-24b43: N-PHY: rev1: restore PHY state after RSSI operationsRafał Miłecki1-2/+2
2011-02-24b43: N-PHY: rev1: enable some gain ctl workaroundsRafał Miłecki1-9/+9
2011-02-24b43: N-PHY: fix 0x2055 radio workaround conditionRafał Miłecki1-3/+3
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus 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