summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/b43
AgeCommit message (Expand)AuthorFilesLines
2011-10-14b43: N-PHY: report signal to mac80211Rafał Miłecki2-7/+21
2011-10-14Revert "b43: trivial: do not report any link quality instead of invalid one"Rafał Miłecki1-7/+5
2011-10-11b43: trivial: do not report any link quality instead of invalid oneRafał Miłecki1-5/+7
2011-10-03mac80211: pass vif param to conf_tx() callbackEliad Peller1-1/+2
2011-09-27b43: LCN-PHY: minor clean upsRafał Miłecki2-5/+22
2011-09-27b43: update dummy transmissionRafał Miłecki1-4/+7
2011-09-27b43: add missing MMIO definesRafał Miłecki2-18/+60
2011-09-27mac80211: add ieee80211_vif param to tsf functionsEliad Peller1-2/+3
2011-09-20Merge branch 'master' of git://git.infradead.org/users/linville/wirelessJohn W. Linville2-4/+19
2011-09-19b43: LCN-PHY: finish sense setupRafał Miłecki2-3/+88
2011-09-19b43: LCN-PHY: add more init tweaksRafał Miłecki1-2/+20
2011-09-19b43: LCN-PHY: init TX power controlRafał Miłecki2-1/+93
2011-09-19b43: LCN-PHY: implement SPUR avoidance modeRafał Miłecki1-2/+56
2011-09-19b43: LCN-PHY: set TX filtersRafał Miłecki1-1/+106
2011-09-19b43: LCN-PHY: tweaks for channel switchingRafał Miłecki1-4/+63
2011-09-19b43: Fix beacon problem in ad-hoc modeManual Munz1-1/+2
2011-09-14b43: N-PHY: implement few random missing opsRafał Miłecki2-17/+96
2011-09-14b43: N-PHY: split workarounds into per-PHY-ver functionsRafał Miłecki1-143/+157
2011-09-14b43: N-PHY: replace some hacks with nice tables opsRafał Miłecki1-13/+4
2011-09-14b43: N-PHY: use helper for checking IPARafał Miłecki1-18/+12
2011-09-14b43: LCN-PHY: load TX gain table on initRafał Miłecki2-3/+194
2011-09-14b43: add my copyrights and myself as the module authorRafał Miłecki11-0/+19
2011-09-14b43: drop Copyright for not really copyrightable infoRafał Miłecki1-26/+0
2011-09-14b43: N-PHY: implement enabling TX power controlRafał Miłecki2-6/+80
2011-09-13b43: LCN-PHY: add conditions for few operationsRafał Miłecki2-14/+38
2011-09-13b43: LCN-PHY: rename functions, get rid of magic namesRafał Miłecki2-10/+29
2011-09-13b43: LCN-PHY: upload additional 0x7 tableRafał Miłecki1-0/+17
2011-09-13b43: LCN-PHY: rewrite 0x7 table at the end of initRafał Miłecki1-0/+12
2011-09-13b43: LCN-PHY: put tables functions in correct fileRafał Miłecki2-11/+16
2011-09-13b43: LCN-PHY: minor fixesRafał Miłecki3-6/+7
2011-09-13b43: LCN-PHY: implement saving and restoring PHY & radio configurationRafał Miłecki1-0/+35
2011-09-13b43: LCN-PHY: prepare functions for channel switchingRafał Miłecki1-2/+84
2011-09-13b43: LCN-PHY: implement more PHY ops before radio initRafał Miłecki1-3/+53
2011-09-13b43: LCN-PHY: add R/W ops for PHY and radioRafał Miłecki1-2/+40
2011-08-29b43: Fix swatch warningLarry Finger1-1/+4
2011-08-29b43: make HT-PHY support experimentalRafał Miłecki1-3/+3
2011-08-29b43: use 8K buffers for 64-bit DMA to workaround hardware bugRafał Miłecki2-9/+18
2011-08-29b43: Relax requirement for descriptors to be in the DMA zoneLarry Finger1-7/+0
2011-08-26b43: correct warning for uninitialized variable 'macstat'John W. Linville1-1/+1
2011-08-26b43: HT-PHY: read clip stateRafał Miłecki2-1/+14
2011-08-26b43: HT-PHY: use separated function for forcing RF sequenceRafał Miłecki2-9/+34
2011-08-26b43: drop Kconfig option of forcing PIO modeRafał Miłecki3-17/+1
2011-08-24b43/legacy: Remove firmware IDsMichael Büsch2-8/+1
2011-08-24b43: warn when forcing PIO modeRafał Miłecki1-2/+7
2011-08-24b43: LCN-PHY: init 0x2064 radioRafał Miłecki1-0/+54
2011-08-24b43: LCN-PHY: basic PHY initRafał Miłecki1-2/+72
2011-08-24b43: LCN-PHY: add init tablesRafał Miłecki3-0/+451
2011-08-24b43: LCN-PHY: switch analogRafał Miłecki2-1/+13
2011-08-24b43: LCN-PHY: implement disabling radioRafał Miłecki2-0/+32
2011-08-24b43: LCN-PHY: add very basic PHY opsRafał Miłecki2-3/+53